Assuming a JSON like this:
{
"xml": "<?xml version='1.0' encoding='ASCII'?>\n<Invoice xmlns:cac=\"urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2\" xmlns:cbc=\"urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2\" xmlns=\"urn:oasis:names:specification:ubl:schema:xsd:Invoice-2\">\n(....)"
}
The formatted view will not print the actual tags but rather put them as-is into the rendered HTML of the extension.
Assuming a JSON like this:
{ "xml": "<?xml version='1.0' encoding='ASCII'?>\n<Invoice xmlns:cac=\"urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2\" xmlns:cbc=\"urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2\" xmlns=\"urn:oasis:names:specification:ubl:schema:xsd:Invoice-2\">\n(....)" }The formatted view will not print the actual tags but rather put them as-is into the rendered HTML of the extension.