xsl-list
[Top] [All Lists]

Re: slicing an XML document

2002-10-15 11:06:02
On Tue, 15 Oct 2002, David Carlisle wrote:


Is there a quick and dirty way to slice an XML document?

take the identity transform from the xslt spec and add
<xsl:template priority="1001" match="/*/*/*"/>

and everything below level three will be zapped.

Not only do I want everything below a certain level to be
zapped, but I want everything above it zapped as well.

I should rephrase my question.  Does a quick method exist to
extract all elements or name()'s residing at a particular level?

Thank You and Best Regards,

S. Perugini


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



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