[
Lists Home |
Date Index |
Thread Index
]
- From: "Khattar, Sanjay" <Sanjay.Khattar@schwab.com>
- To: xml-dev@lists.xml.org
- Date: Fri, 08 Dec 2000 16:20:17 -0800
Is there a way to check if a document fragment like
<frag>
<sectionA/>
</frag>
appears in a document like:
<docroot>
<part1>
<frag>
<sectionA/>
</frag>
</part1>
<part2>
</part2>
</docroot>
Can I do this without having to use XPath like './/frag/sectionA'?
Thanks
Sanjay
|