Hi, I have add a custom attribute to my SVG document : <?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [<!ATTLIST text customNS:scale CDATA #IMPLIED customNS:npath CDATA #IMPLIED> ]>
Now the problem occurs when I "printNode" some node to a string and then "parseXML" it back : if the node contains one of these custom attributes then parseXML skips every elements from the element containing this custom attribute. Is there a problem using parseXML with custom Attributes ? Do I have in some way to "pass" the DTD extension to parseXML ??? Thanks JD ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/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/

