[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: slicing an XML document

Subject: Re: slicing an XML document
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 15 Oct 2002 14:39:07 -0400
Re:  slicing an XML document
Saverio,

You could do something like:

<xsl:param name="depth" select="3"/>

<xsl:template match="/">
  <xsl:for-each select="//*[count(ancestor-or-self::*) = $depth]">
    <xsl:copy/>
  </xsl:for-each>
</xsl:template>

This doesn't de-duplicate the list however (that's a little fancier).

Cheers,
Wendell

At 02:06 PM 10/15/2002, you wrote:
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


======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


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



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.