Re: XML parser

From: Danny Heijl (danny.heijl__at__pandora.be)
Date: 07/10/04


Date: Sat, 10 Jul 2004 22:32:09 +0200

Have a look at the xml parser (SAX-like) by Stefan Heymann at
http://www.destructor.de/.

Free, native Pascal, light-weight, source code, *very* fast, easy to use.

I use it all the time when I don't need all the features of MSXML, and I
have not found any bug yet.

Danny

---
"Jens Gruschel" <nospam@pegtop.net> schreef in bericht
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
>
>


Relevant Pages

  • Re: SGML resources nowadays
    ... Features of VAX BASIC were ... If writing that XML parser today I'd do it in python or ruby. ... The 80% of SGML that people really want to use can be done in the ...
    (comp.text.sgml)
  • Re: REALLY simple xml reader
    ... *not valid XML* if the XML declaration isn't immediately at the start ... An XML parser doesn't care about bytes, ... Precision and complexity are orthogonal attributes. ...
    (comp.lang.python)
  • Re: JAVA SAX XML parser - GOTCHA!
    ... JAVA SAX XML parser - GOTCHA! ... It keeps its configuration files in XML format. ... XML files start with a header entry in UTF-8 that describes the text ...
    (bit.listserv.ibm-main)
  • Re: XML->sexpr ideas
    ... >> man's XML parser just so I could read a DTD just so I could get ... >> but the DTD for it looked like the best source of metadata about the ... do XML, ... it would have taken to figure out how to install cl-xml. ...
    (comp.lang.lisp)
  • Re: [PHP] Is there a way to use the strpos() for next string...
    ... I haven't got the PHP XML Parser to work, ... closing tag either because one tag have actual data as an attribute inside ... It is kind of frustrating to on not knowing what XML Parser will ... > haystack to start searching. ...
    (php.general)