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] Xpath and Ranges


Subject: Re: [xsl] Xpath and Ranges
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 4 Aug 2006 15:29:17 +0100

This is a grouping problem you don't need any of the tricky xpath <<
stuff.
just something like

<chapter>
<xsl:for-each-group   select="node()" group-starting-with="title">
<sect1>
<xsl:apply-templates select="current-group()"/>
</sect1>
</xsl:for-each-group>
</chapter>

well that only makes sect1 I'd need a bit more context to know how you
can infer nested sections.

David


Current Thread
Keywords
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