Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] Performance problems with very large attribute strings

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Peter Murray-Rust <pm286 AT cam.ac.uk>
  • To: XOM API for Processing XML with Java <xom-interest AT lists.ibiblio.org>
  • Subject: [XOM-interest] Performance problems with very large attribute strings
  • Date: Sat, 5 Oct 2013 23:32:27 +0100

I am using XOM to parse SVG files which use
<image xlink:href="data:image/png;base64,iVB..."/>
to hold binary images such as PNGs. Some images require 25 Mbytes of data
and take minutes to read in through Builder().

Is there any workaround? I'd be happy simply to skip the very large images
- would SAX be faster?


--
Peter Murray-Rust
Reader in Molecular Informatics
Unilever Centre, Dep. Of Chemistry
University of Cambridge
CB2 1EW, UK
+44-1223-763069




Archive powered by MHonArc 2.6.24.

Top of Page