Hi Prad,

prad <[EMAIL PROTECTED]> wrote on 08/17/2006 06:06:13 AM:

> Am finding difficult to get the dom for a svg file. 

   Actually it looks like you are getting DOM fine for
SVG files.  It is files that look a little like an
SVG file but aren't that causing you problems (as they should).

> But If the svg file contains other tags like

   This is not a valid SVG file:
> <svg>
>     <segments>
>    </segments>

   I suggest you fix it by moving the non-SVG elements 
out of the SVG namespace:
   <svg xmlns:prad="http://prad.org/";>
        <prad:segments>
        </prad:segments>
   </svg>


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

Reply via email to