I believe that this is player's specific issue. It should ignore None SVG name spaces. In debugging SVG I have tried to change the name spaces and it went thru. Unfortunately I have not used 'Batik". - You can try others player to see what happen?.
Cheers Phi On 7/26/06, G. Wade Johnson <[EMAIL PROTECTED]> wrote: > > On Wed, 26 Jul 2006 10:54:18 +0100 (BST) > pradeep sd <[EMAIL PROTECTED] <prad4svg%40yahoo.co.in>> 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 > > > -- Phi - Tran Hugely increase your speed, saving your band-width with ZipProtocol plus crystal clear SVG Rendering image at HTTP://oneplusplus.com [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/TktRrD/gOaOAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- 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/

