xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] slicing an XML document


Subject: Re: [xsl] slicing an XML document
From: Saverio Perugini <sperugin@xxxxxxxxxxxxxxxx>
Date: Tue, 15 Oct 2002 17:16:26 -0400 (EDT)

On Tue, 15 Oct 2002, Wendell Piez wrote:

> 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).

Any insight into how I might go about de-duplicating the list?
Is a unique() function available in any extensions?

Thank You and Best Regards,

S. Perugini


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



Current Thread
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor