|
Subject: [xsl] (simple?) xpath question From: mark bordelon <markcbordelon@xxxxxxxxx> Date: Fri, 29 Aug 2008 12:06:55 -0700 (PDT) |
All *help*!
What is the best way to query xml with xpath to get a disjoint nodelist?
Specifically i want to include just the root node alongwith a descendent node.
XML:
<a>
<b>
<c>
</c>
</b>
</a>
XPATH:
//c
DESIRED RESULT NODELIST:
i.e. not this:
<c>
</c>
but rather this:
<a>
<c>
</c>
</a>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] namespace declaration pro, Pablo Sebastian Rodr | Thread | Re: [xsl] (simple?) xpath question, Xmlizer |
| Re: [xsl] Unicode and child element, Colin Paul Adams | Date | Re: [xsl] (simple?) xpath question, Xmlizer |
| Month |