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: Applying templates to Result Tree Fragment


> From: David Carlisle
> Sent: Monday, October 02, 2000 17:08
>
> You can't (in XSLT 1.0) apply templates to result tree fragments.
> MSXML now enforces this, and like most other XSLT processors provides a
> nodeset extension function to turn the result tree fragment into a node
> set.
>
> so something like select="msxml:nodeset($somedata)"
>
> where msxml is the ms extension namespace (whatever that is, i don't
> have the docs here)

Thanks. I've been avoiding this so far, because I'd like our stylesheets to
work in any XSL processor. Looks like I have no choice in this instance.

Jim Lynn.
http://www.h2g2.com


 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]