On 4 May '08, at 1:28 AM, lorenzo wrote:
I'm thinking to trasform svg data in xml plain data and managing an
nsxmldocument for storing changes but I don't know how render the
web-view with xml
Call [[webView mainFrame] loadHTMLString: xml baseURL: nil];
There's a related method that loads
Hi,
I'm using web-kit for loading an svg map in my application, I want to
store the map data in memory for redisplay with some mods (like
changing the colors at given population data etc.).
I'm thinking to trasform svg data in xml plain data and managing an
nsxmldocument for storing changes