Re: Inverse of dom-to-string

2011-02-03 Thread Shivaraj Tenginakai
Hi Tammo, That worked fine. Please see: https://github.com/sarithi/indus/blob/master/examples/workflow/HelloWorldWorkflowService/mainline/src/main/process/SayHello.bpel Indus is a build system that integrates Apache ODE and brings together various SOA components. It has a maven plugin that wra

Re: Inverse of dom-to-string

2011-02-01 Thread Tammo van Lessen
Hi Shivaraj, you can use saxon's parse function. Please see [1] for an example. HTH, Tammo [1] http://markmail.org/thread/zzcugme3c7z6l4zt On 01.02.2011 04:10, Shivaraj Tenginakai wrote: > Hey All, > > Is there a way to convert a serialized dom string back to dom object > (something like str

Re: Inverse of dom-to-string

2011-01-31 Thread Shivaraj Tenginakai
Also, I was wondering if this could be achieved with an identity doXSLTransform()? Thanks, Shivaraj On Tue, Feb 1, 2011 at 8:40 AM, Shivaraj Tenginakai wrote: > Hey All, > > Is there a way to convert a serialized dom string back to dom object > (something like string-to-dom)? Or return a DOM o