muktang doshi:
> Thanks for your solution..
> http://blogs.kiyut.com/tonny/2007/08/23/how-to-convert-svg-string-to-svgdocument/
> OR
> http://xmlgraphics.apache.org/batik/using/dom-api.html#createdocfromsvgfile
> and the solution works fine
> But in the following code
> String parser = XMLResourceDescriptor.getXMLParserClassName();
>       SAXSVGDocumentFactory f = new SAXSVGDocumentFactory(parser);
>       doc = f.createSVGDocument(uri,reader);I dont know if 
> createSVGDocument() function creates a file at uri--> the URL that we 
> specified

No it doesn’t.  It just gives a URI that the document is considered to
come from, so that relative URIs in the document can be resolved against
it.

-- 
Cameron McCormack, http://mcc.id.au/
        xmpp:[EMAIL PROTECTED]  ▪  ICQ 26955922  ▪  MSN [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to