xmllint.xmllintC14n
fn
string xmllintC14n(string xml)Runs xmllint --c14n on an XML document provided via standard input.
Parameters
xml | Input XML. |
Returns
Canonical XML output from
Throws
Exception if xmllint exits with a non-zero status.