The new package for parsing XML is definitely great, particularly granting the ability to add custom handling of elements.
Is there any plan to add similar support for serializing back to XML?
fast-xml-parser provided both parsing and serialization, so it would be useful to have a similar interface for building back into XML.
The new package for parsing XML is definitely great, particularly granting the ability to add custom handling of elements.
Is there any plan to add similar support for serializing back to XML?
fast-xml-parserprovided both parsing and serialization, so it would be useful to have a similar interface for building back into XML.