On Wed, 26 Jul 2006 10:54:18 +0100 (BST)
pradeep sd <[EMAIL PROTECTED]> wrote:

> Hi All,
> 
> Am able to parse svg and traverse through dom tree..The problem is when an
> non svg element is encountered(like <Segments></Segments> or
> <Planes></Planes> its giving exceptions.I dont know how to overcome this
> problem..plz any help me...its urgent...

If these "non-svg elements" are not in a different namespace, then the parser
is right in giving exceptions. The <Segments></Segments> tag is not part of
SVG, so any document containing it is _not_SVG_.

If you need these elements, try putting them in a different namespace. I've
used this technique before with multiple viewers.

G. Wade
PS. One copy of the question was all you needed.
-- 
If it doesn't have to be right, I can make it arbitrarily fast.
                                                    -- Rick Hoselton


-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to