Re: Hardcoded Crimson parser

2001-09-12 Thread Thierry Kormann
On Wednesday 12 September 2001 21:35, Mikael Ståldal wrote: Hi, > OK, but Crimson hardcoded as the default, isn't it? What does that mean? We don't want our users to have to specify an XML parser in order to use batik - so we need to provide one amyway. > > Why isn't JAXP used to find the pa

Re: Building SVG DOM from SAX

2001-09-12 Thread Mikael Ståldal
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

Re: Hardcoded Crimson parser

2001-09-12 Thread Mikael Ståldal
At 09:57 2001-09-10 +0200, Stephane Hillion wrote: >It is not. OK, but Crimson hardcoded as the default, isn't it? Why isn't JAXP used to find the parser to use? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

synchronization bug in 1.0 sources

2001-09-12 Thread Thomas E Deweese
> "GA" == George Armhold <[EMAIL PROTECTED]> writes: GA> Hi, I was running into frequent ArrayIndexOutOfBoundsException GA> when using Batik-1.0. First off Batik 1.0 is getting pretty old now. I strongly suggest using one of 1.1 rc releases. GA> Here are two typical stack traces:

cvs commit: xml-batik/sources/org/apache/batik/dom/svg AbstractElement.java DefaultSVGContext.java SVGDOMImplementation.java SVGGraphicsElement.java SVGOMClipPathElement.java SVGOMColorProfileElement.java SVGOMCursorElement.java SVGOMDescElement.java SVGOMDocument.java SVGOMElement.java SVGOMEllipseElement.java SVGOMFEBlendElement.java SVGOMFEColorMatrixElement.java SVGOMFEImageElement.java SVGOMFilterElement.java SVGOMFontElement.java SVGOMGlyphRefElement.java SVGOMGradientElement.java SVGOMMPathElement.java SVGOMMarkerElement.java SVGOMMaskElement.java SVGOMPatternElement.java SVGOMSVGElement.java SVGOMSymbolElement.java SVGOMTextContentElement.java SVGOMTextElement.java SVGOMURIReferenceElement.java SVGOMViewElement.java SVGStylableElement.java SVGStylableSupport.java SVGURIReferenceTextPositioningElement.java

2001-09-12 Thread hillion
hillion 01/09/12 09:57:08 Modified:sources/org/apache/batik/dom/svg AbstractElement.java DefaultSVGContext.java SVGDOMImplementation.java SVGGraphicsElement.java SVGOMClipPathElement.java SVGOMColorProfileElement.ja

synchronization bug in 1.0 sources

2001-09-12 Thread George Armhold
Hi, I was running into frequent ArrayIndexOutOfBoundsException when using Batik-1.0. Here are two typical stack traces: 2001-09-10 04:55:37 - Ctx( /annotate ): Exception in: R( /annotate + /servlet/Submit + null) - java.lang.ArrayIndexOutOfBoundsException: 7 >= 7 at java.util.Vector.ele

cvs commit: xml-batik/sources/org/apache/batik/bridge SVGImageElementBridge.java

2001-09-12 Thread tkormann
tkormann01/09/12 07:05:18 Modified:sources/org/apache/batik/bridge SVGImageElementBridge.java Log: Bug fix: clip and overflow now works on svg image. Revision ChangesPath 1.26 +5 -2 xml-batik/sources/org/apache/batik/bridge/SVGImageElementBridge.java Inde

cvs commit: xml-batik/sources/org/apache/batik/dom AbstractDocument.java AbstractElement.java AbstractParentNode.java

2001-09-12 Thread hillion
hillion 01/09/12 01:54:33 Modified:sources/org/apache/batik/dom AbstractDocument.java AbstractElement.java AbstractParentNode.java Log: The NodeList objects returned by getElementsByTagName* are now live objects. Revision ChangesPath 1.9 +39