This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

And while you're figuring out my last one....


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]