mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-24 21:33:51 +03:00
Updated the Hacking file with instructions, Daniel.
This commit is contained in:
parent
18b0ef6d41
commit
e0aed304b1
@ -1,3 +1,7 @@
|
||||
Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
* HACKING: documented the tag for 1.x and instructions
|
||||
|
||||
Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
* xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
|
||||
|
8
HACKING
8
HACKING
@ -1,3 +1,11 @@
|
||||
NOTE:
|
||||
- the head of this module is package libxml-2 . There is incompatibilities
|
||||
with the old libxml-1 headers. I posted on gnome-hackers a recipe to
|
||||
change your code to compile with both, check it out ! Also read
|
||||
http://xmlsoft.org/upgrade.html
|
||||
- in the meantime the old 1.x code has been tagged with LIB_XML_1_X
|
||||
extract this version and drop me a mail if you want me to take care of
|
||||
the update of your module to libxml-2 <veillard@w3.org>
|
||||
|
||||
Rules for commits on the gnome-xml module
|
||||
=========================================
|
||||
|
26
doc/xml.html
26
doc/xml.html
@ -3,7 +3,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>The XML library for Gnome</title>
|
||||
<meta name="GENERATOR" content="amaya V2.4">
|
||||
<meta name="GENERATOR" content="amaya V3.0">
|
||||
<meta http-equiv="Content-Type" content="text/html">
|
||||
</head>
|
||||
|
||||
@ -184,17 +184,18 @@ for really accurate description</h3>
|
||||
<ul>
|
||||
<li>working on HTML and XML links recognition layers, get in touch with me
|
||||
if you want to test those.</li>
|
||||
<li>So far the feedback on the libxml2 beta is positive</li>
|
||||
</ul>
|
||||
|
||||
<h3>2.0.0: Apr 3 2000</h3>
|
||||
<h3>2.0.0: Apr 12 2000</h3>
|
||||
<ul>
|
||||
<li>First public release of libxml2. If you are using libxml, it's a good
|
||||
idea to check the 1.x to 2.x upgrade instructions</li>
|
||||
idea to check the 1.x to 2.x upgrade instructions. NOTE: while initally
|
||||
scheduled for Apr 3 the relase occured only on Apr 12 due to massive
|
||||
workload.</li>
|
||||
<li>The include are now located under $prefix/include/libxml (instead of
|
||||
$prefix/include/gnome-xml), they also are referenced by
|
||||
$prefix/include/gnome-xml), they also are referenced by
|
||||
<pre>#include <libxml/xxx.h></pre>
|
||||
<p>instead of </p>
|
||||
<p>instead of</p>
|
||||
<pre>#include "xxx.h"</pre>
|
||||
</li>
|
||||
<li>a new URI module for parsing URIs and following strictly RFC 2396</li>
|
||||
@ -203,11 +204,16 @@ for really accurate description</h3>
|
||||
<li>The previously CVS only tool tester has been renamed
|
||||
<strong>xmllint</strong> and is now installed as part of the libxml2
|
||||
package</li>
|
||||
<li></li>
|
||||
<li>The I/O interface has been revamped. There is now ways to plug in
|
||||
specific I/O modules, either at the URI scheme detection level using
|
||||
xmlRegisterInputCallbacks() or by passing I/O functions when creating a
|
||||
parser context using xmlCreateIOParserCtxt()</li>
|
||||
<li>there is a C preprocessor macro LIBXML_VERSION providing the version
|
||||
number of the libxml module in use</li>
|
||||
<li>a number of optional features of libxml can now be excluded at configure
|
||||
time (FTP/HTTP/HTML/XPath/Debug)</li>
|
||||
</ul>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<h3>2.0.0beta: Mar 14 2000</h3>
|
||||
<ul>
|
||||
<li>This is a first Beta release of libxml version 2</li>
|
||||
@ -1132,6 +1138,6 @@ base under gnome-xml/example</p>
|
||||
|
||||
<p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
|
||||
|
||||
<p>$Id: xml.html,v 1.31 2000/03/24 13:41:54 veillard Exp $</p>
|
||||
<p>$Id: xml.html,v 1.32 2000/04/03 19:48:13 veillard Exp $</p>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user