[cxml-devel] Possible bug in cxml-stp

rm at tuxteam.de rm at tuxteam.de
Tue May 22 10:16:37 UTC 2012


On Tue, May 22, 2012 at 10:43:27AM +0200, Raymond Wiker wrote:
> I'm using cxml-stp to build XML responses for a web service that implements Microsoft's "Research" API (actually, this is just a generalised search interface). While building this, I found something that looks like a bug in cxml-stp. If this is _not_ a bug, I'd be happy for any hint about what I'm doing wrong :-)
> 
> The attachment contains a small test case which builds an XML document and serializes it. The attachment should be compiled and loaded after cxml-stp has been loaded, and the commented-out test form at the end of the file should then be evaluated. 
> 
> The test uses two implementations of cxml-stp-impl::collect-local-namespaces. With the original implementation, the "Status" and "Providers" elements get incorrect xmlns attributes. With the modified version, this is not the case.
> 


Sorry, I don't have much time to investigate your example, but I think
your "fixup" is wrong. Your code (add-element ...) will put the new
element into the namespace with namespace name "", but your "fixup" will
emit xml that puts the element into the _default_ namespace (which, in
your example will be "urn:Microsoft.Search.Registration.Response").
A namespace of "" is _not_ the same as no declaration.

 HTH Ralf Mattes






More information about the cxml-devel mailing list