|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: ordering and iteration problem
Dan Diebolt writes: > If you are low on nodes, why can't you take your random-nodes from > both the stylesheet and source XML document? > > xsl:variable name="random-nodes" > select="document('')//node()|//node()" /> I know that the source XML document has enough nodes since the elements that I need to use the random nodes iteration hack for is a subset of it. I don't know for sure if the XSLT transform document will have enough nodes. I was just wondering why this "design pattern" was typically described using "document('')//node()" when "//node()" seemed to be more correct. [...] XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






