Closed rjaros closed 4 years ago
Is it possible to add processing instruction before the root element to generate XML like below?
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="style.xsl"?> <document> ... </document>
Hi @rjaros Currently no, that isn't possible.
I can see about adding it though.
HI @rjaros This has been published. You can find info on the readme. The updated version is 1.5.4
It's working fine. Thx!
Is it possible to add processing instruction before the root element to generate XML like below?