[ https://issues.apache.org/jira/browse/ODE-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ciaran Jessup updated ODE-297: ------------------------------ Attachment: AddDOMtoStringCustomFunction.patch This patch provides a custom function declared in the 'ode' namespace domToString(.) which takes a single node as an argument. This code will serialise the DOM structure down to a string literal value. It could be improved to support an optional boolean 'encoded' parameter to perform XML-encoding of the resulting DOM-as-String > Custom function to convert an XML document in the BPEL to a literal string > value > -------------------------------------------------------------------------------- > > Key: ODE-297 > URL: https://issues.apache.org/jira/browse/ODE-297 > Project: ODE > Issue Type: New Feature > Components: BPEL Compilation/Parsing, BPEL Runtime > Affects Versions: 1.2 > Reporter: Ciaran Jessup > Priority: Minor > Fix For: 1.2 > > Attachments: AddDOMtoStringCustomFunction.patch > > > I have a requirement to pass an XML document that has been manipulated in the > BPEL as a string literal to a web service. Previously I was using an > identity transform XSL to do the conversion, but for some reason it keeps > discarding the namespaces of the attributes. To get around this I would like > to use a custom function to do this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.