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]

Re: Query re XMLSpy XPath engine


Elliotte,

> At 1:23 PM +1000 7/22/02, Michael Leditschke wrote:
>>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>
[snip]
> Yes. Your hr element is in the http://www.a.com namespace, not the 
> http://www.w3.org/1999/xhtml namespace. So ion the second case XMLSpy 
> is correct.

But the hr element has a default namespace declaration on it, for the
http://www.w3.org/1999/xhtml namespace. The scope of a namespace
declaration is the element that it's on and the contents of that
element, so the default namespace declaration in scope on the hr
element is the one for http://www.w3.org/1999/xhtml, and thus the hr
element is in the namespace http://www.w3.org/1999/xhtml.

Whether the XPath:

  //html:hr

should retrieve it is, of course, another matter, since it entirely
depends on the namespace associated with the prefix 'html' in the
context in which the XPath is being used...

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 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]