« Return to Thread: best xml parser to use

RE: [xml-dev] best xml parser to use

by Michael Kay :: Rate this Message:

Reply to Author | View in Thread

>
> the machines performance.
>
> the input files could be quite large over 1mb and arriving
> from different sources.
>

Well, only you know the performance requirements, but for a file as small as
1Mb many people would do the job in XSLT. It's not the fastest option, but
my guess would be that it's probably capable of doing the job, and you'll be
left with something that's easier to maintain.

Michael Kay
http://www.saxonica.com/


 « Return to Thread: best xml parser to use