February 25, 2008
Note 101 of 113 of Delphi 2007 Handbook
Note 101: You can find more information about the libxml2 library (and the related libxslt library) on http://www.xmlsoft.org. [It is currently my favorite XML/XSLT library and also the one used by this blog...]
This blog post is part of my "113 Delphi 2007 Handbook Notes" blogging project, to promote my new Delphi book.
posted by
marcocantu @ 2:01PM | 2 Comments
[0 Pending]
Handbook Note 101/113 libxml2
Have you looked at DIXml yet? It embeds lib2xml in
the compiled Delphi app and does not even require the
DLL for distribution:
From DIXml page:
DIXml is an embedded XML, XSLT, and EXSLT processing
library for Borland / CodeGear Delphi. It is build on
the libxml2, libxslt and libexslt libraries. However,
DIXml requires no DLLs or any other external files
whatsoever. All required code is compiled completely
into the application's executable. DIXml is the most
feature-complete XML and XSLT solution for Delphi.
http://www.yunqa.de/delphi/doku.php/products/xml/index
?DokuWiki=vm0i8b1eqs0k5hbvv5fmgpbcv6
Comment by Jeff Carbello
[http://www.dvdorganizer.com/delphi]
on March 1, 23:05
Handbook Note 101/113 libxml2
Jeff,
I looked into DIXml, but I like to be able to
recompile my server side libxml2/libxslt code on Linux
with Kylix, and this library is for Windows only.
Comment by Marco Cantù
[http://www.marcocantu.com]
on March 1, 23:23
There are currently 0 pending (unapproved) messages.