> ><xsl:output method='html' indent='{$indent}' />
> >
> >but the indent attribute is not an attribute value
> >template. First question: why not?
>
It is an AVT in the XSLT 1.1/2.0 working drafts.
Meanswhile, if you are using a JAXP processor, you can override the
<xsl:output> attributes from the application, which might solve the problem
for you.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|