1 <?xml-stylesheet type=
"text/xml" href=
"#style1"?>
2 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html xmlns=
"http://www.w3.org/1999/xhtml"
5 xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform"
9 <title>Error:
<xsl:value-of select=
"error/title"/></title>
10 <link rel=
"stylesheet" href=
"{/error/base}/xhtml-compiler/error.css" type=
"text/css" />
13 <h1>Error:
<xsl:value-of select=
"error/title"/></h1>
14 <xsl:if test=
"error/details">
16 <xsl:copy-of select=
"error/details/node()" />
19 <xsl:if test=
"error/debug">
25 <p>Base directory is:
<strong><xsl:value-of select=
"error/debug/base-dir"/></strong>.
</p>
27 Exception thrown from
<strong><xsl:value-of select=
"error/debug/file"/></strong>
28 on line
<strong><xsl:value-of select=
"error/debug/line"/></strong>.