Subject: Re: [xsl] question on EXSLT data partitioning From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Wed, 20 Oct 2010 16:17:49 +0200 |
I frequently use this with msmxl or altova engine. In that case, it's a 'default' position() by parent node , using the xml tree entirely .
<root> <foo>1</foo> <foo>2</foo> </root>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:key name="context-position" match="foo" use="position()"/> <xsl:key name="context-size" match="foo" use="last()"/>
2 2
Martin Honnen http://msmvps.com/blogs/martin_honnen/
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] question on EXSLT data pa, Erwan AMOUREUX | Thread | Re: [xsl] question on EXSLT data pa, Wendell Piez |
Re: [xsl] question on EXSLT data pa, Erwan AMOUREUX | Date | Re: [xsl] question on EXSLT data pa, Wendell Piez |
Month |