Hi,
When I try to get the xml data using xdmp:get-request-body, I am getting the
following error:
XDMP-DOCNONSBIND: xdmp:get-request-body("xml") -- No namespace binding for
prefix xs
The xml data looks like this:
<File>
<Content xsi:type="xs:base64Binary"></Content>
</File>
I expected that xs prefix is one of default namespaces and I don't have to
include it.
If I add that namespace like this
<File xmlns:xs="http://www.w3.org/2001/XMLSchema">
the error disappears, but I am not able to do that with computed element
constructors, because namespace keyword is not working.
At least I couldn't figure out how to do that.
What are the possible solutions for this scenario?
Thanks in advance
Tim
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general