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: select attribute in apply-templates


> SAXON has an extension saxon:node-set() which converts a result tree
> fragment to a nodeset so that a statement like
> 
> <xsl:apply-templates select="saxon:node-set($y/*)"/>
> 
> works, assuming that $y refers to a result tree fragment.

Are you sure you don't mean select="saxon:node-set($y)/*"?

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]