BE_XML_Canonical

BE_XML_Canonical ( xml ) 

Generates the canonized image of given XML document.  Canonized XML is a specially structured version that applies certain rules and will therefore be able to compared or used in certain validation processes.

Version 4.1.2 : Added

Parameters : 
xml : The text content of the XML to be added.

Result : The canonized resulting XML output.

Notes :

See https://en.wikipedia.org/wiki/Canonical_XML for more info.

Still need help? Contact Us Contact Us