Jorg Heymans wrote:

Robert Marcano wrote:

I have not checked the implementation of setURI(), but colud you try
using a BufferedInputStream

Thanks for the suggestion, there is a marginal improvement but not quite what i had hoped for.


The documentloader class seems to be doing exactly what i'm doing ie instantiate a SAXSVGDocumentFactory.

I think my problem is somehow related to http://thread.gmane.org/gmane.text.xml.batik.user/5022 , but how do i avoid creating the intermediate DOM ?

I don't think the problem is an intermediate DOM since you are using the SAXSVGDocumentFactor which always produces an SVGDocument with our SVGDOMImplementation.

   My best guess is that you are running into a caching issue.  The
DocumentLoader does cache documents that it has read in the past
(although normally this cache is 'cleared' between main document
loads).  It is mostly present so that if you pull in 50 symbols from
the same document we don't reparse that source document 50 times.

   It is worth noting that this extra loading takes place at
the GVT build time.


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



Reply via email to