>>>>> "TK" == Thierry Kormann <[EMAIL PROTECTED]> writes:

>> SAXSVGDocumentFactory.createDocument(InputSource)!!! Why do we need
>> the uri for creating an SVGDocument???

TK> Batik needs the URI of the SVG document to be able to resolve
TK> relative URIs that can specified in the document (such as
TK> xlink:href on a <use>, <linearGradient> ...).

    I should point out that you could provide a bogus URL
"http://www.no.such.place.org/Foo.svg";.  As long as all url refs are
local we should never try and access that URL.

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

Reply via email to