Re: Document bloat

2003-12-01 Thread Thomas DeWeese
t stripped default attribute values but we have not done that. -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: 01 December 2003 14:26 To: Batik Users Subject: Re: Document bloat [EMAIL PROTECTED] wrote: > > > Does anybody know what is going on here? A

RE: Document bloat

2003-12-01 Thread pegan
Title: RE: Document bloat Hi Thomas, I did not realise that the DTD would be read by a non validating parser.   I did not include a DOCTYPE in my svg so it seems that the SAXSVGDocumentFactory is including a DTD for me which was another suprise. I just wanted to cut down on the file size

Re: Document bloat

2003-12-01 Thread Thomas DeWeese
[EMAIL PROTECTED] wrote: Does anybody know what is going on here? All of these are all defined by the SVG specification. These are the default values (or fixed values) defined by the DTD. I am using SAXSVGDocumentFactory ( initialised with Xerces SAX Parser ) to load svg file. SVGDocument