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