RE: [xsl] Re: producing php with xslt

Subject: RE: [xsl] Re: producing php with xslt
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 26 Jul 2001 10:53:10 +0100
> The XSLT spec says:
>
> [It is an error to create] nodes other than text nodes during the
> instantiation of the content of the xsl:attribute element;
> implementations
> may either signal the error or ignore the offending nodes.[1]
>
> The question is, what does "ignore the offending nodes" mean?

It is clarified by erratum E8, which expands the text to "ignore the
offending nodes together with their content". This brings the rules for
xsl:attribute into line with those for xsl:comment and
xsl:processing-instruction. (But the treatment is different from the
handling of non-text nodes with output method="text", where the offending
nodes are ignored but their content isn't.)

Mike Kay
Software AG


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread