xsl-list
[Top] [All Lists]

Re: Template to return XML

2003-10-17 07:14:07
"Armen Martirossian"

But there is a simpler way to retrieve the subset
without calling a template; just write:

<xsl:variable name="subset" select="/A/B"/>


The reason for the template call is because there is a more complex
selection taking place within the template.  In a previous post I asked
about "Traversing to a parent node...", this is what happens in my template
call along with some other conditions.

Karl



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>