Hi there,

 

I’m working with Xerces J Parser with xml documents. I wonder how to preserve the original data, so it isn’t omitted the namespaces that have appeared before. Is there any way to get this? The matter is the next one:

 

 

<dss:VerifyRequest xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ns="http://www.openuri.org/" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  …>

<dss:XMLData>

<prueba xmlns:ns="http://www.openuri.org/">prueba</prueba>

</dss:XMLData

</dss:VerifyRequest>

 

The problem occurs when I try to retrieve the data, I only can retrieve the string “<prueba>prueba</prueba>”. Does anybody know how can I obtain the full string?

 

Thanks in advance.

 

Regards,

 

Laura.

Reply via email to