when paste the follow text: switch to sourceview and back,the context change,can't see anything:
<html> <head> <xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v"/> <style type="text/css"> v:* { behavior: url(#default#VML);} </style> </head> <body> <?xml:namespace prefix = v /><v:oval id=nr1 style="LEFT: 149px; WIDTH: 144px; POSITION: absolute; TOP: 121px; HEIGHT: 103px" coordsize = "21600,21600" filled = "f" strokecolor = "black" strokeweight = ".75pt"><v:fill></v:fill><v:stroke></v:stroke></v:oval> <v:rect id=nr2 style="LEFT: 333px; WIDTH: 117px; POSITION: absolute; TOP: 102px; HEIGHT: 113px" coordsize = "21600,21600" filled = "f" strokecolor = "black" strokeweight = ".75pt"><v:fill></v:fill><v:stroke></v:stroke></v:rect> </body> </html>
sorry, wrong when paste in source view,then .
RE: swith to the source view,the context lost
I'd suggest not using it and take a look at SVG for vector graphics on the web.
RE: swith to the source view,the context lost!
and I get a js graph edit ,so I won't use a svg java editor.it's complicated
RE: swith to the source view,the context lost
And as I said that graph will show only in IE, if you're fine with that OK, but don't ask anyone about support for other browsers.
how to use fckeditor to edit a xml + xsl doc?