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: XML fragments (was [XSLT/newbie]value-of attributes of the root node)


> Are there XSLT implementations
> that allow you to transform an XML fragment as the source 
> tree?  In that case, what kind of parser would have to be used?
> 
Saxon will accept input from a stream of SAX events, and it requires only
that the events should be "well-balanced" (in the terminology of an obscure
W3C standard on document fragment interchange), i.e. the root can contain
anything that an element can contain. The most likely source of a stream
that is well-balanced but not well-formed is the output of a previous XSLT
transformation.

Mike Kay


 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]