View Single Post
  #4 (permalink)  
Old September 25th, 2004, 05:05 AM
joefawcett's Avatar
joefawcett joefawcett is offline
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

Many thanks Michael, I wasn't sure it was a mistake that's why I asked here :)

Two more points -

I still don't understand why resolve-QName($chap/@att-one, $doc) doesn't resolve 'value' to {one.uri}value when $doc is used for the resolving node as it has one mapped to one.uri.

Following on from where you said
Quote:
quote:When you declare a default XPath namespace, the path expressions
select nothing because the /chap is expanded to {default-uri}chap, and there is
no such element (the chap element is in no namespace).
, does that mean once I have used the xpath-default-namespace I can't select this sort of element (no namespace)?

--

Joe