Re: XML parser

From: C4D - Kim Madsen (kbm_at_components4developers.com)
Date: 07/10/04


Date: Sat, 10 Jul 2004 21:55:55 +0200

Hi,

kbmMW commercial release bundles two very fast XML parsers - DOM and SAX.

For a free one, check out the following:

Open XML: http://www.philo.de/xml/

Use of MSXML: http://www.howtodothings.com/showarticle.asp?article=227

SAX for Pascal: http://xml.defined.net/sax/

-- 
best regards
Kim Madsen
kbm@components4developers.com
www.components4developers.com
The best components for the best developers
kbmMW          - RAD Enterprise class n-tier application server framework
kbmMemTable - High performance memory table
kbmWABD      - RAD web development
kbmX10           - RAD house automation
"Jens Gruschel" <nospam@pegtop.net> skrev i en meddelelse news:40f042c0@newsgroups.borland.com...
> For one of my applications I write and read some data to / from a CSV file
> with a simple routine based on a text file and some string separation
> functions. Now I want to replace the CSV file by a XML file. Is there a good
> and simple XML component around, free if possible, which I can use easily
> without having to change too much of my existing code? Probably a parser for
> reading would do, because it wouldn't be too hard to code my own routine to
> write the XML file.
>
> Jens
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.718 / Virus Database: 474 - Release Date: 09-07-2004


Relevant Pages

  • JAXP - perhaps beauty is only in the eye of the beholder
    ... I've written a couple applications now that have been able to utilize JAXP ... DOM over SAX, not because they need to be able to manipulate the document ... the only two XML parsers that ever seem to be documented ...
    (comp.lang.java.programmer)
  • Re: XML CDATA special characters
    ... I didn't mention SAX, is that the standard PHP parser I'm using now? ... I'll just dive into DOM now and see where this will all end up. ... basic XML only has 5 pre-defined default entities. ... If you try and use HTML ...
    (comp.lang.php)
  • Re: torture
    ... If you're using Java 1.4 then you already have an XML parser built in to ... manipulable object representation of the XML document in memory. ... The SAX API works by reading the document and generating callbacks to ...
    (comp.lang.java.programmer)
  • Re: XML CDATA special characters
    ... Simple Api for Xml (SAX) is indeed what PHP's inadequately named the ... "XML extension". ... implements that standard. ... >>DOM API and not the SAX API. ...
    (comp.lang.php)
  • Re: XML::Parser Style => Object
    ... >>deprecated now, in favour of SAX... ... XML::Parser is still useful as a basic XML parsing layer for other ... Perl, which might make it easier for people who don't have a compiler on ...
    (comp.lang.perl.misc)