|
Subject: [xsl] How to create a node set that excludes some descendant elements? From: Rush Manbert <rush@xxxxxxxxxxx> Date: Mon, 11 Apr 2005 16:57:24 -0700 |
My XML doc has this basic structure:
<a>
<b>
<c>
<!-- This is the section of interest -->
</c>
</b>
</a>For instance, given this source:
<a><b><c>
<d>
<z>
<g />
</d>
<q>
<r>
<y />
<z />
</r>
<y />
<q>
<y>
</c></b></a>I want the selection to contain this:
<a><b><c>
<d>
<g />
</d>
<q>
<r>
<y />
</r>
<q>
</c></b></a>Thanks, Rush
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Extra newline remove on t, omprakash . v | Thread | Re: [xsl] How to create a node set , Rush Manbert |
| Re: [xsl] Extra newline remove on t, Brendan Benke | Date | Re: [xsl] How to create a node set , Rush Manbert |
| Month |