Orbeon adds namespace declarations to XML automagically -


i not want namespace declarations used during xforms processing added xml instances work with, orbeon adds these declarations automatically (i not yet know whether these added during xforms processing stage, xforms runner or xpl processor) - xml instances work left alone (no automatic insertion of namespace declarations) - how achieve that?

thanks.

try adding xxforms:exclude-result-prefixes="#all" on <xforms:instance>, has behavior similar attribute of same name in xslt.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -