Florian,
In a template matching the root you can select just the descendant elements
you want, evading the others:
<xsl:template match="/">
<xsl:apply-templates select="root/yup"/>
</xsl:template>
A very simple and effective way. There are also others.
Cheers,
Wendell
At 12:37 PM 2/17/2003, you wrote:
like if i have this xml doc:
<root>
<foo>
<bar>hi</bar>
</foo>
<yup>
<something />
</yup>
</root>
is it possible that i start the xslt processs at the
/root/yup node..
___&&__&_&___&_&__&&&__&_&__&__&&____&&_&___&__&_&&_____&__&__&&_____&_&&_
"Thus I make my own use of the telegraph, without consulting
the directors, like the sparrows, which I perceive use it
extensively for a perch." -- Thoreau
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- jumping in
- florian - Mon, 17 Feb 2003 12:28:53 -0500 (EST)
- Wendell Piez - Mon, 17 Feb 2003 18:40:54 -0500 (EST) <=
- <Possible follow-ups>
- Devon Y. - Mon, 17 Feb 2003 16:23:01 -0500 (EST)
- Ross Ken - Mon, 17 Feb 2003 17:30:45 -0500 (EST)
|
|