I need to generate an XML document referencing a unique XML namespace. There doesn't seem to be direct support for XML namespaces in RM/Cobol XML Extensions. I may be able to simply use a default namespace for the outgoing document, but it looks like I will definitely have to handle the namespace prefix in the incoming response document. Is this something I will have to do using XSLT? Or is there another way to handle this issue?
↧