- From: Henry S. Thompson <ht@inf.ed.ac.uk>
- Date: Thu, 08 Feb 2007 14:36:24 +0000
- To: "Antti Sissonen" <antti_sissonen@hotmail.com>
- Cc: xmlschema-dev@w3.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Antti Sissonen writes: > Let me be a bit more exact on what the actual problem was after > all. The first version could not find the element with the following > Xpath reference: > /envelope:Envelope/envelope:PayloadEnvelope/Payload/MsgID That XPath cannot (in XPath 1.0 context, anyway) identify anything in your documents (either version). XPath 1.0 specifically states that the default namespace declaration has _no effect_ on the interpretation of XPaths, so the occurrences of 'Payload' and 'MsgID' in the above path should never match any ns-qualifed elements, an in particular should fail to match anything in _either_ version of your documents, since all the elements therein are ns-qualified. So either you're not reporting the situation accurately, or _both_ processors are broken. ht - -- Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh Half-time member of W3C Team 2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440 Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk URL: http://www.ltg.ed.ac.uk/~ht/ [mail really from me _always_ has this .sig -- mail without it is forged spam] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFFyzVokjnJixAXWBoRApjrAJwIQmHHPRXENP8wOuDi0AdpD9jKNACcCA5d KrGrBoLe63BdfpumW3C0Bt8= =Qn2j -----END PGP SIGNATURE-----
Received on Thursday, 8 February 2007 14:36:46 UTC