|
FAST Protocol
< Previous Next >
Re: XML namespaces
David Rosenborg / Pantor Engineering AB 13 Aug 2008 3:52PM ETGood catch, the example uses the wrong namespace. That namespace originates from earlier drafts of the specification and should of course have read "http://www.fixprotocol.org/ns/fast/td/1.1" as you suggest.
/David
> Hi,
>
> One exchange I'm working with provides XML template definitions that
> begin like this:
>
> > xmlns="http://www.fixprotocol.org/ns/fast/td/1.1">
>
> and another provides:
>
>
>
> This of course means the elements in the two documents are
> not the same element, and cannot be matched by a single XPath query.
>
> Am I right in thinking that the second example should issue static error
> S1, according to section 4 of the FAST spec?
>
> If that's right, is the example of the concrete syntax on page 7 wrong,
> since it gives a different default namespace to that required by the
> RELAX NG schema.
>
> Thanks for any help clarifying this,
>
> Jonathan
XML namespaces Jonathan Wakely / UBS Investment Bank 13 Aug 2008 2:38PM ET Re: XML namespaces David Rosenborg / Pantor Engineering AB 13 Aug 2008 3:52PM ET
|