I'm not sure where you the apply-templates would be called, so the initial
part of the xpath expression may not be correct, but it will be something
like:
<xsl:apply-templates select="site[uid = $desired-id]" />
where you've set the desired-id variable before the call, or have it passed
in as a parameter.
Steve
-----Original Message-----
From: J S Publications [mailto:admin@xxxxxxxxxx]
Sent: Thursday, October 04, 2001 11:31 AM
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: Beginner's question
Hi
Here is a simple question from an absolute beginner!
Suppose I have an XML document with a complex DTD. The DTD contains an
element deep in the hierarchy called <site>. A <site> contains within it an
element called <uid> that uniquely identifies the <site>.
How would I transform the XML doc to another XML doc that contained just
the <site> element with a given <uid> (the output to include all child
elements of site)?
I said it was a simple question!
Chris
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|