cancel
Showing results for 
Search instead for 
Did you mean: 

Does parsing modify inputStream in anyhow?

Former Member
0 Kudos

Guys,

does parsing (SAX and DOM) modify InputStream in anyhow? Specially regarding to indentation?

My exact issue: If I have a digitally signed XML InputStream into my java mapping, parse it (for schema validation, for example) and just put InputStream into OutputStream, will the output's signature be still valid, for sure, or is there any possibility that it will be invalidated?

Please answer for both SAX and DOM parsers.

Thanks in advance,

Henrique.

Accepted Solutions (0)

Answers (3)

Answers (3)

henrique_pinto
Active Contributor
0 Kudos

Thank you for your inputs.

Regards,

Henrique.

Former Member
0 Kudos

Hi,

As explained above by Bhavesh.

See below links also.

/people/sap.user72/blog/2005/06/16/using-digital-signatures-in-xi

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/55ba9790-0201-0010-aa98-ce8f51ea...

http://help.sap.com/saphelp_nw04s/helpdata/en/6b/8c784226d1d242e10000000a1550b0/frameset.htm

Regards

Chilla

bhavesh_kantilal
Active Contributor
0 Kudos

Henrique,

Dont think either SAX or DOM parser make changes to the inputstream until explicitly done somewhere in the code.

Regards

Bhavesh