Shelley Powers wrote: > Robert O'Callahan wrote: >> FWIW if you install the Firefox DOM Inspector extension, select the >> SVG element in its view, and choose "Copy XML" from the context menu I >> think you'll get correct results. >> > > Tried it out. Very nice. > > It also corrects missing end tags, and most other malformed markup. Does > an excellent job of correcting the XML. In the interests of full disclosure, all "Copy XML" does is effectively create a range containing that one node and then invoke the normal "copy the selection to the clipboard" command. And all that does is take the DOM Range and serialize it to a string. All the fixup has already happened long before this, in the parser. -BorisReceived on Thursday, 10 September 2009 01:47:02 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 9 May 2012 00:16:48 GMT