Re: [xsl] slicing an XML document

Subject: Re: [xsl] slicing an XML document
From: Saverio Perugini <sperugin@xxxxxxxxxxxxxxxx>
Date: Tue, 15 Oct 2002 14:06:02 -0400 (EDT)
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


Current Thread