XML C parser and toolkit (libXML2)

Versione: 
2.12.4
Data rilascio: 
Lunedì, 26 Agosto, 2002

Licenza:

Interfaccia:

XML è un metalinguaggio che permette di progettare un proprio linguaggio di markup. Un linguaggio regolare di markup definisce il modo per descrivere informazioni in una determinata classe di documenti (come ad esempio l'HTML). XML permette di definire un proprio linguaggio di markup personalizzato per molte classi di documenti. Questo pacchetto fornisce una libreria in linguaggio C contenente un vasto numero di API che permettono di gestire questi file di dati in formato XML.

Questo software è distribuito con due modalità:
  • come pacchetto compresso, da scaricare e installare manualmente; se ci sono prerequisiti da soddisfare, andranno anch'essi scaricati e installati manualmente;
  • come pacchetto RPM, installabile tramite il gestore pacchetti rpm preferito, che provvederà a scaricare e installare sia il software che gli eventuali prerequisiti.
Scegli la modalità di installazione che preferisci, tenendo conto del fatto che non tutte le versioni del software sono disponibili per entrambe le modalità.

Installazione con rpm

Questo programma si può installare usando il gestore pacchetti rpm. Vedi sotto per la stringa di installazione. I prerequisiti richiesti sono gestiti dal gestore pacchetti e, se necessario, scaricati e installati automaticamente.

Repository: Netlabs stable(link is external)
NEWS file for libxml2 v2.12.4: Jan 15 2024 ### Regressions - parser: Fix regression parsing standalone declarations - autotools: Readd --with-xptr-locs configuration option - parser: Fix build --without-output - parser: Don't grow or shrink pull parser memory buffers - io: Fix memory lifetime issue with input buffers

Installazione manuale

Program is distributed as ZIP package: download to temporary directory and unpack to destination folder. See below for download link(s).

E' possibile installare i prerequisiti con rpm, eseguendo la stringa seguente in una finestra comandi:

yum install libc libcx libgcc1 libssp libstdc++6 libstdc++ libsupc++6 libsupc++ libgcc-fwd emxrt zlib pthread

Documentazione in linea

Qui di seguito trovi i link di download per l'installazione manuale del software:

XML C parser and toolkit (libXML2) v. 2.11.5 (2/1/2024, KO Myung-Hun)
 github.com/komh/libxml2-os2/releases/download/2.11.5-os2-r1/libxml2-2.11.5.zip(link is external)
XML C parser and toolkit (libXML2) v. 2.7.8 (4/11/2010, KO Myung-Hun) Readme/What's new
2.7.8: Nov 4 2010 * - Features: 480323 add code to plug in ICU converters by default (Giuseppe Iuculano), Add xmlSaveOption XML_SAVE_WSNONSIG (Adam Spragg) * - Documentation: Fix devhelp documentation installation (Mike Hommey), Fix web site encoding problems (Daniel Veillard), Fix a couple of typo in HTML parser error messages (Michael Day), Forgot to update the news page for 0.7.7 (Daniel Veillard) * - Portability: 607273 Fix python detection on MSys/Windows (LRN), 614087 Fix Socket API usage to allow Windows64 compilation (Ozkan Sezer), Fix compilation with Clang (Koop Mast), Fix Win32 build (Rob Richards) * - Bug Fixes: 595789 fix a remaining potential Solaris problem (Daniel Veillard), 617468 fix progressive HTML parsing with style using "'" (Denis Pauk), 616478 Fix xmllint shell write command (Gwenn Kahz), 614005 Possible erroneous HTML parsing on unterminated script (Pierre Belzile), 627987 Fix XSD IDC errors in imported schemas (Jim Panetta), 629325 XPath rounding errors first cleanup (Phil Shafer), 630140 fix iso995x encoding error (Daniel Veillard), make sure htmlCtxtReset do reset the disableSAX field (Daniel Veillard), Fix a change of semantic on XPath preceding and following axis (Daniel Veillard), Fix a potential segfault due to weak symbols on pthreads (Mike Hommey), Fix a leak in XPath compilation (Daniel Veillard), Fix the semantic of XPath axis for namespace/attribute context nodes (Daniel Veillard), Avoid a descriptor leak in catalog loading code (Carlo Bramini), Fix a small bug in XPath evaluation code (Marius Wachtler), Fix handling of XML-1.0 XML namespace declaration (Daniel Veillard), Fix errors in XSD double validation check (Csaba Raduly), Fix handling of apos in URIs (Daniel Veillard), xmlTextReaderReadOuterXml should handle DTD (Rob Richards), Autogen.sh needs to create m4 directory (Rob Richards) * - Improvements: 606592 update language ID parser to RFC 5646 (Daniel Veillard), Sort python generated stubs (Mike Hommey), Add an HTML parser option to avoid a default doctype (Daniel Veillard) * - Cleanups: 618831 don't ship generated files in git (Adrian Bunk), Switch from the obsolete mkinstalldirs to AC_PROG_MKDIR_P (Adrian Bunk), Various cleanups on encoding handling (Daniel Veillard), Fix xmllint to use format=1 for default formatting (Adam Spragg), Force _xmlSaveCtxt.format to be 0 or 1 (Adam Spragg), Cleanup encoding pointer comparison (Nikolay Sivov), Small code cleanup on previous patch (Daniel Veillard)
 hobbes.nmsu.edu/download/pub/os2/dev/libraries/misc/libxml2_2-7-8.zip(link is external)
XML C parser and toolkit (libXML2) v. 2.5.11 (13/11/2003, Ilya Zakharevich) Readme/What's new
OS/2 EMX -Zmtd build of xml2 library v2-2.5.11 and xslt library v1.0.33 for parsing of XML. Requires ICONV.DLL and Z.DLL. Some tests for XSLT fail, but these failures seem to be not related to OS/2 build (see problems_libxslt-1.0.33 for a log). --------------------------------------------------- INSTALL Procedure Extract to d:/emx directory or an equivalent: unzip xml2-2-5-11-xslt-1-0-33.zip -d d:/emx Then move the contents of libxml and libxslt directories one level up, as in mv libxml/* . mv libxslt/* . [or an equivalent]. One needs to edit the configuration files to correct /usr/local to the actual install directory. One possible way (requires sh and perl): edit install_dir= line in try-relocate.cmd (with the above example, it should be install_dir=d:/emx), then run the script. --------------------------------------------------- BUILD Procedure The Perl script convert_configure is available from ilyaz.org/software/os2. In the build directories apply the supplied diff-* files (as in gnupatch -p1 < diff_libxml2-2.5.11 ), then do convert_configure (sh configure && make && make tests) |& tee 00c1 os2\make-dll.cmd For XSLT: see diff_libxslt-1.0.33 for additional manual edits needed.
 hobbes.nmsu.edu/download/pub/os2/dev/xml2-2-5-11-xslt-1-0-33.zip(link is external)  local copy
XML C parser and toolkit (libXML2) v. 2.4.23 (26/8/2002, Vincenzo Venuto) Readme/What's new
2.4.22: May 27 2002 * - a number of bug fixes: configure scripts, base handling, parser, memory usage, HTML parser, XPath, documentation (Christian Cornelssen), indentation, URI parsing * - Optimizations for XMLSec, fixing and making public some of the network protocol handlers (Aleksey) * - performance patch from Gary Pennington * - Charles Bozeman provided date and time support for XML Schemas datatypes
 hobbes.nmsu.edu/download/pub/os2/dev/libxml2_2_4_23_os2.zip(link is external)  local copy
Scheda aggiornata l'ultima volta il: 25/02/2025 - 21:57

Aggiungi un commento