At 08:36 2001-09-10 +0200, Stephane Hillion wrote:
>I suggest you subclass SAXSVGDocumentFactory instead of patching it - all the
>fields are protected to allow this.
That might be possible, but I suspect that more people than I will find
this useful. So I propose you include my patch (or someth
On Saturday 08 September 2001 17:03, Mikael Ståldal wrote:
> I want to build a SVG DOM from a SAX event stream, but I realized that it
> wasn't possible using org.apache.batik.dom.svg.SAXSVGDocumentFactory. So I
> modified that class and org.apache.batik.dom.util.SAXDocumentFactory a bit
> to make
I want to build a SVG DOM from a SAX event stream, but I realized that it
wasn't possible using org.apache.batik.dom.svg.SAXSVGDocumentFactory. So I
modified that class and org.apache.batik.dom.util.SAXDocumentFactory a bit
to make it possible (see the attached patches). It seems to work, and I