|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: defining sections
I wrote:
> a simpler approach would be:
>
> <xsl:template match="root">
> <root>
> <artefact doc_ref="{$DOC_REF}" type_id="1">
> <xsl:apply-templates select="data"/>
> </artefact>
> </root>
> </xsl:template>
>
> <xsl:template match="data[following-sibling::data
> [.='Design Derived Requirements']]">
> <before>
> <xsl:value-of select="."/>
> </before>
> </xsl:template>
>
> <xsl:template match="data">
> <after>
> <xsl:value-of select="."/>
> </after>
> </xsl:template>
>
>
> The first data template handles all data elements which have
> a "Design Derived Requirements" following sibling.
>
> The second data template is used for the other data elements.
> It has higher implicit priority so there is no need for a
> predicate expression here.
lower implicit priority, of course.
Regards,
Markus
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








