Subject: Query re XMLSpy XPath engine
From: "Michael Leditschke" <mike@xxxxxxxxxxx>
Date: Mon, 22 Jul 2002 13:23:34 +1000
|
I have the following document
<root xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.a.com">
<hr xmlns="http://www.w3.org/1999/xhtml"/>
</root>
Using the inbuilt XPath engine in XMLSpy 4.4, I
issue the following XPath query
//hr
It returns the hr element.
If I try
//html:hr
nothing is returned.
This seems the wrong way around to me. Have
I missed something?
Regards
Michael
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|