Jelly seems to swallow up namespace references. For example, in the
following program, the "ino:" is dropped from the output. Any workaround or
fix to this problem?
Program:
<j:jelly xmlns:j="jelly:core"
xmlns:ino="http://namespaces.softwareag.com/tamino/response2">
<hello ino:id="1"/>
</j:jelly>
Correct output:
<hello ino:id="1"/>
Actual output:
<hello id="1"/>
Thanks,
Bill
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]