This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Query re XMLSpy XPath engine


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]