I have XML that I manipulate and save.
Among other tags, I may have a <body> tag with simple text in it. XML::Smart insists on encoding that in this way:
<body dt:dt="binary.base64">
which causes an error since dt is not defined and I am not interested in defining it.
Is there a way to tell XML::Smart to NOT encode that tag.
XML::Smart proves to be to smart in this case
Thank you
ZA
In reply to XML::Smart how to prevent encoding <body> tag by zatlas1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |