I am using xjc.bat to create jaxb files for the svg schema.
On the command line I enter:
xjc http://www.w3.org/TR/2002/WD-SVG11-20020108/SVG.xsd -verbose
My output is:
parsing a schema...
[ERROR] http://www.w3.org/TR/2002/WD-SVG11-20020108/datatypes.dtd
unknown location
Failed to parse a schema.
It's kind of a simple question, I don't know what I'm doing wrong and can't really find any leads to investigate.
Anyone know how to run it correctly?