@yaypie I’m curious if you have opinions on the best way to convert https://github.com/rgrove/parse-xml/ objects back to XML? does this exist?
Also asking for @paul via https://bsky.app/profile/paul.kinlan.me/post/3ldr6n3ngts2j
@zachleat @paul I just remembered! xast-util-from-xml parses XML using parse-xml, and xast-util-to-xml will serialize it back to XML.
https://github.com/syntax-tree/xast-util-from-xml
https://github.com/syntax-tree/xast-util-to-xml