Skip navigation.
 
mlRe: Working with svg
FROM : Jens Alfke
DATE : Sun May 04 23:48:23 2008

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 from NSData, if that's more 
convenient for your code.

—Jens

Related mailsAuthorDate
mlWorking with svg lorenzo May 4, 10:28
mlRe: Working with svg Jens Alfke May 4, 23:48