[xsl] And while you're figuring out my last one....

Subject: [xsl] And while you're figuring out my last one....
From: "Daniel Newman" <daniel.newman@xxxxxxxxxxx>
Date: Fri, 13 Jul 2001 13:17:55 +0100
I need to produce a Node Set made up of all Nodes from NameAddress2 onwards.

<Result />
<Code />
<NameAddress1>Name</NameAddress1>
<NameAddress2>Street Name</NameAddress2>
<NameAddress3>Town</NameAddress3>
<NameAddress4>Postcode</NameAddress4>
<NameAddress5 />
<NameAddress5 />

I've tried things with [start-with(local-name(), 'NameAddress') and not
[local-name()='NameAddress1']], but not getting anyhting. I'm sure I need it
to start at NameAddress2 and include all following-siblings::*, but not sure
how to write this....

Sorry if this is simple, but it's lunch-time and I'm hungry. In fact, I'm
going now for some food :-)

Cheers,
Daniel.



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread