aboutsummaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-08-18 10:01:18 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-08-18 10:01:18 +0000
commit23a52c5c381dc15b773b4ba5002ec7156aba529a (patch)
tree92ba3b92074ab9cf94451556733d93c168ba347b /doc/index.html
parent7fb801f0edb294b4c8f352370479ccb9c487f94a (diff)
downloadandroid_external_libxml2-23a52c5c381dc15b773b4ba5002ec7156aba529a.tar.gz
android_external_libxml2-23a52c5c381dc15b773b4ba5002ec7156aba529a.tar.bz2
android_external_libxml2-23a52c5c381dc15b773b4ba5002ec7156aba529a.zip
Updated the front page informations, Daniel
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html
index cb4abb36..ea169d78 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -188,7 +188,9 @@ A:link, A:visited, A:active { text-decoration: underline }
<td bgcolor="#fffacd">
<p></p>
<p>Libxml2 is the XML C parser and toolkit developed for the Gnome project
-(but usable outside of the Gnome platform). XML itself is a metalanguage to
+(but usable outside of the Gnome platform), it is free software available
+under the <a href="http://www.opensource.org/licenses/mit-license.html">MIT License</a>.
+XML itself is a metalanguage to
design markup languages, i.e. text language where semantic and structure are
added to the content using extra &quot;markup&quot; information enclosed between angle
brackets. HTML is the most well-known markup language. Though the library is
@@ -206,18 +208,18 @@ languages:</p>
Uniform Resource Identifiers <a href="http://www.ietf.org/rfc/rfc2396.txt">http://www.ietf.org/rfc/rfc2396.txt</a></li>
<li>XML Path Language (XPath) 1.0: <a href="http://www.w3.org/TR/xpath">http://www.w3.org/TR/xpath</a></li>
<li>HTML4 parser: <a href="http://www.w3.org/TR/html401/">http://www.w3.org/TR/html401/</a></li>
- <li>most of XML Pointer Language (XPointer) Version 1.0: <a href="http://www.w3.org/TR/xptr">http://www.w3.org/TR/xptr</a></li>
+ <li>XML Pointer Language (XPointer) Version 1.0: <a href="http://www.w3.org/TR/xptr">http://www.w3.org/TR/xptr</a></li>
<li>XML Inclusions (XInclude) Version 1.0: <a href="http://www.w3.org/TR/xinclude/">http://www.w3.org/TR/xinclude/</a></li>
- <li>[ISO-8859-1], <a href="http://www.cis.ohio-state.edu/rfc/rfc2044.txt">rfc2044</a> [UTF-8]
+ <li>ISO-8859-x encodings, as well as <a href="http://www.cis.ohio-state.edu/rfc/rfc2044.txt">rfc2044</a> [UTF-8]
and <a href="http://www.cis.ohio-state.edu/rfc/rfc2781.txt">rfc2781</a>
- [UTF-16] core encodings</li>
+ [UTF-16] Unicode encodings, and more if using iconv support</li>
<li>part of SGML Open Technical Resolution TR9401:1997</li>
<li>XML Catalogs Working Draft 06 August 2001: <a href="http://www.oasis-open.org/committees/entity/spec-2001-08-06.html">http://www.oasis-open.org/committees/entity/spec-2001-08-06.html</a></li>
<li>Canonical XML Version 1.0: <a href="http://www.w3.org/TR/xml-c14n">http://www.w3.org/TR/xml-c14n</a>
and the Exclusive XML Canonicalization CR draft <a href="http://www.w3.org/TR/xml-exc-c14n">http://www.w3.org/TR/xml-exc-c14n</a></li>
<li>Relax NG Committee Specification 3 December 2001 <a href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html">http://www.oasis-open.org/committees/relax-ng/spec-20011203.html</a></li>
<li>W3C XML Schemas Part 2: Datatypes <a href="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/">REC 02 May
- 2001</a> except the base64Binary and hexBinary types</li>
+ 2001</a> except the base64Binary type</li>
</ul>
<p>In most cases libxml2 tries to implement the specifications in a
relatively strictly compliant way. As of release 2.4.16, libxml2 passes all