[
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:53:29 -0700
Is this the right forum for questions like this related to searching xml
docs? If not, is there another forum more appropriate.
Thanks in advance,
Sanjay
-----Original Message-----
From: Khattar, Sanjay
Sent: Monday, December 11, 2000 1:51 PM
To: 'xml-dev@lists.xml.org'
Subject: Generating XPath expressions
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.
|