This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Re: producing php with xslt


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]