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

Re: defining sections

Subject: Re: defining sections
From: geoff hopkins <geoffhopkins123@xxxxxxxxx>
Date: Fri, 25 Nov 2005 05:04:12 -0800 (PST)
Re:  defining sections
sorry for the lack of clarity I have put together the
following but to no avail... I am a beginner to this
so probably making some really stupid obvious
mistakes.

<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">
	<before>
		<xsl:value-of select="."/>
	</before>
	<xsl:apply-templates select="data[.='Functional
Requirements']"/>
	<xsl:apply-templates select="data[.='Functional
Requirements']/following-sibling::data[following-sibling::data[.='Design
Derived Requirements']]"/>
</xsl:template>

<xsl:template match="data">
	<after>
		<xsl:value-of select="."/>
	</after>
	<xsl:apply-templates select="data[.='Design Derived
Requirements']"/>
	<xsl:apply-templates select="data[.='Design Derived
Requirements']/following-sibling::data"/>
</xsl:template>

the sort of output I want is

the text in the first sections in <before> tags and
the text in the second section in <after> tags....
does this help explain myself better?

--- David Carlisle <davidc@xxxxxxxxx> wrote:

> 
> Your description wasn't so clear but perhaps
> 
> <sec>
> <xsl:apply-template select="data[.='Functional
> Requirements']"/>
> <xsl:apply-template select="data[.='Functional
>
Requirements']/following-sibling::data[following-sibling::data[.='Design
> Derived Requirements']]"/>
> </sec>
> <sec>
> <xsl:apply-template select="data[.='Design Derived
> Requirements']"/>
> <xsl:apply-template select="data[.='Design Derived
> Requirements']/following-sibling::data"/>
> </sec>
> 
> as always this could be made more efficient using
> keys (or xslt 2
> draft's xsl:for-each-group, which makes this kind of
> thing much easier)
> 
> David
> 
>
________________________________________________________________________
> This e-mail has been scanned for all viruses by
> Star. The
> service is powered by MessageLabs. For more
> information on a proactive
> anti-virus service working around the clock, around
> the globe, visit:
> http://www.star.net.uk
>
________________________________________________________________________
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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.