remove xml declaration from svg

0 votes
asked Nov 17, 2020 in Question / help by costateixeira (500 points)

When I generate an SVG, there is always a declaration like this, which conduses jekyll.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

Is there a way to remove this setting up an attribute in the command line?

1 Answer

+1 vote
answered Nov 20, 2020 by plantuml (295,000 points)
selected Nov 20, 2020 by costateixeira
 
Best answer

This <?xml> header is not very useful so we have simply removed it.

You can check last beta (1.2020.20beta14)  http://beta.plantuml.net/plantuml.jar

We will publish this new release in the incoming days.

Tell us if it's not working for you

commented Dec 17, 2020 by costateixeira (500 points)
Yes, this works, thank you!

(sorry for late reply)
...