S
savetime
Unregistered / Unconfirmed
GUEST, unregistred user!
TXmlParser is a lightweight Object Pascal XML parser. By leaving out syntax checking, well-formedness checks and/or validation, and by choosing a progressive scanning technique, this parser is very fast.
Source Code is Open and Free
No Runtime Royalties
Native Object Pascal CLASSes, linked directly into your code. So there's
absolutely no need to deploy DLLs or COM/ActiveX stuff.
Developed with speed in mind
API is easy to learn and use
Non-validating XML parser
Supports every XML 1.0 feature (DTDs, External Entities, Notations, CDATA
sections, Text Declarations, PIs, etc.)
Contains VCL component wrapper TXmlScanner
Usable with Delphi, C++ Builder and Kylix without changes
http://www.destructor.de/xmlparser/index.htm
有没有人用过啊,我是在看一个聊天机器的源码时发现的。过了两年了,没有大的升级,估计是很稳定了。
Source Code is Open and Free
No Runtime Royalties
Native Object Pascal CLASSes, linked directly into your code. So there's
absolutely no need to deploy DLLs or COM/ActiveX stuff.
Developed with speed in mind
API is easy to learn and use
Non-validating XML parser
Supports every XML 1.0 feature (DTDs, External Entities, Notations, CDATA
sections, Text Declarations, PIs, etc.)
Contains VCL component wrapper TXmlScanner
Usable with Delphi, C++ Builder and Kylix without changes
http://www.destructor.de/xmlparser/index.htm
有没有人用过啊,我是在看一个聊天机器的源码时发现的。过了两年了,没有大的升级,估计是很稳定了。