On Tue, Aug 12, 2008 at 10:57 AM, Jagan Mohan Kaveripakam < [EMAIL PROTECTED]> wrote:
> Any body can tell me how to use the Custom Function or any example for
> DomToString..
DomToString takes 1 parameter (a Node) and converts it to its String
representation (e.g. xml serialization).
e.g.
<assign>
<copy>
<from xmlns:ext="http://www.apache.org/ode/type/extension">
ext:DomToString(/some/existing/path/)</from>
<to>$myVariable/some/existing/path</to>
</copy>
</assign>
alex
