[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] start-stopping xml output


Subject: Re: [xsl] start-stopping xml output
From: geoff hopkins <geoffhopkins123@xxxxxxxxx>
Date: Thu, 22 Sep 2005 02:41:35 -0700 (PDT)

Thanks spot on!

In addition a similar concept is that if A then B
then C is found in consecutive nodes then start
reading and stop reading when D is found.

<root>
	<item>Z</item>
	<item>A</item>
	<item>B</item>
	<item>C</item>
	<item>BOB1</item>
	<item>BOB2</item>
	<item>BOB3</item>
	<item>BOB4</item>
	<item>D</item>
	<item>BOB5</item>
	<item>BOB6</item>
	<item>A</item>
	<item>BOB7</item>
	<item>B</item>
	<item>BOB8</item>
	<item>C</item>
	<item>BOB9</item>
	<item>B</item>
	<item>BOB10</item>
</root>

output would look something like this

<root>
	<item>BOB1</item>
	<item>BOB2</item>
	<item>BOB3</item>
	<item>BOB4</item>	
</root>


--- Joris Gillis <roac@xxxxxxxxxx> wrote:


		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


Current Thread