Hi George,

   I think the problem is the xml:base, xml:space etc
that the SVG DTD defines.  You might try adding
xmlns:xml="http://www.w3.org/XML/1998/namespace";

   Although from memory this should not be required by
a conformant XML Parser.

George Armhold wrote:

Thomas DeWeese wrote:

 > It looks to me like someone has an xmlns:xml in the document.  Since
 > I think the xml namespace is always defined for namespace aware
 > processors this might be the problem.  I don't know who is doing
 > this however (I think we do some stuff with the xml namepsace but I
 > don't think we define the namespace this way).

 >    Can you show the problem document, or element?

Sure, it's simple enough:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>
<svg width="8in" height="5in"
     viewBox="0 0 25400 19100"
     preserveAspectRatio="xMidYMid meet"
     xmlns:xlink="http://www.w3.org/1999/xlink";
     xmlns="http://www.w3.org/2000/svg";
     version="1.0">

<g>

</g>

</svg>


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to