[
Lists Home |
Date Index |
Thread Index
]
- From: "Khattar, Sanjay" <Sanjay.Khattar@schwab.com>
- To: "'xml-dev@lists.xml.org'" <xml-dev@lists.xml.org>
- Date: Mon, 11 Dec 2000 14:51:24 -0700
Does anyone here know of a quick way to generate an XPath expression like
'elemA[elemB='cdata1']' from an xml node instance like
<elemA>
<elemB>cdata1</elemB>
</elemA>
Of course, the node instance could be of arbitrary complexity.
|