Re: [xsl] Error: when distance between section definitions exceed 3678 (roughly)

Subject: Re: [xsl] Error: when distance between section definitions exceed 3678 (roughly)
From: geoff hopkins <geoffhopkins123@xxxxxxxxx>
Date: Thu, 1 Dec 2005 01:12:52 -0800 (PST)
Had an idea...

If I change the end line of the xslt script in the
<xsl:template match="text"> to <xsl:apply-templates
select="following-sibling::text[starts-with(.,'R[')][1]"/>

then it works as its not selecting as many lines,,,
can any more experience bods see this causing any
problerms.

Geoff


--- geoff hopkins <geoffhopkins123@xxxxxxxxx> wrote:

> <root>
>    <artefact doc_ref="me.doc">
>       <instance doc="me.doc" sec="R[3]"\>
>       <instance doc="me.doc" sec="R[2]"\>
>       <instance doc="me.doc" sec="R[1]"\>
>    <artefact>
> </root>
> 
> is an example output, the premise of the xslt script
> is to extract all R[xxx] tags from the xml document
> between Point A and Point B (point A to B can repeat
> several times in the doc or once)
> 
> where the node is showing <text></text> in the
> example
> input this would normally contain the various text
> or
> R[xxx]
> 
> Geoff
> 
> --- Dimitre Novatchev <dnovatchev@xxxxxxxxx> wrote:
> 
> > So, what should be the output?
> > 
> > --
> > Cheers,
> > Dimitre Novatchev
> > ---------------------------------------
> > To avoid situations in which you might make
> mistakes
> > may be the
> > biggest mistake of all.
> 
> 
> 		
> __________________________________ 
> Start your day with Yahoo! - Make it your home page!
> 
> http://www.yahoo.com/r/hs
> 
> 



		
__________________________________ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free. 
http://music.yahoo.com/unlimited/

Current Thread