XML processing of large XML docs pt. 2

2004-02-27 Thread Robert Fox
First of all, thanks to all of you who supplied comments and suggestions for my issue relating to parsing very large XML documents with complex structures. Given those suggestions, I was able to find a solution. Believe it or not, the solution was to use a Perl API that relied upon a C library

Re: XML processing of large XML docs pt. 2

2004-02-27 Thread Ed Summers
On Fri, Feb 27, 2004 at 02:00:10PM -0500, Robert Fox wrote: > I would be interested to know if others have had a similar experience > switching to an API which relies on a compiled set of C library routines > (such as XML::Sablotron). Hats off to Matt Sergeant and Christian Glahn for > their wor