Re: [Xsltforms-support] change in namespace on post submission
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2009-07-28 09:06:10
|
Hello Stephen, > I am experimenting with XSLTForms, I have developed an XForm and want to > POST XML to a servlet, however the XML received by the servlet has a > namespace change which I don't want. The new namespace is "pre1" and in > my form model it was "aatams". > "pre1" and "aatams" are just prefixes associated to namespaces and the serialized XML produced by XSLTForms is correct. The servlet shouldn't interpret the prefixes but the namespaces : an XML document is to be interpreted with an XML library, even regular expressions can't interpret XML easily... For human beings, it would be better if XSLTForms was reusing the same prefixes. This might be considered in a next version Thanks! -Alain |