![](https://secure.gravatar.com/avatar/74772653aa17385e37be8f169b7e925d.jpg?s=120&d=mm&r=g)
5 Nov
2011
5 Nov
'11
3:26 p.m.
On 11-11-05 11:07 AM, john Culleton wrote:
On the first line of an inkscape svg file is the parameter:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
What effect does "standalone" have? What happens if I change it to "yes"?
It means the XML document relies on a DTD document to define its elements and entities. If you change it to "yes", the XML parsers cannot verify that the documents conforms to any standard.
--
Just my 0.00000002 million dollars worth,
Shawn
Confusion is the first step of understanding.
Programming is as much about organization and communication
as it is about coding.
The secret to great software: Fail early & often.
Eliminate software piracy: use only FLOSS.
"Make something worthwhile." -- Dear Hunter