Closed ghost closed 4 years ago
@manoelcampos I've been using the following as a test file: infobox.xml
infobox.xml
When parsed by the tree handler and serialised back, stuff breaks. In particular, there are _attr tags present, and text nodes are wrapped with <%d+></%d+> unnecessarily.
_attr
<%d+></%d+>
@manoelcampos I've been using the following as a test file:
infobox.xml
When parsed by the tree handler and serialised back, stuff breaks. In particular, there are
_attr
tags present, and text nodes are wrapped with<%d+></%d+>
unnecessarily.