Can I use React, Vue, or Marko or similar libraries to accomplish XML output?
It appears that XML output is not a feature of any of these libraries (although it does seem to be possible to inject new (final,renderable) tags into Marko).
I need to render to various formats including HTML, ePub, iBooks, WordML and some other XML formats specific to educational settings. Ideally I would prefer to use the same tool to render to dynamic HTML, and static XML markup, rather than using React for dynamic HTML, and (eg) pug for static XML.