Devs

$subject is due to we do  'detach()'  on picked resource OMElement .
If I add detached element to a OMDocument as a child, it works

Existing code  SImpleURLRegistry

result.detach();
inputStream.close();


Modified code

result.detach();
OMDocumentImpl omDocument = new OMDocumentImpl();
omDocument.addChild(result);
inputStream.close();


Are there any best solution other than what I did ?  I haven't deep
AXIOM knowledge?  Could anyone help me?

Thanks
Indika

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to