diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-07-06 15:44:44 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-07-06 15:44:44 +0000 |
commit | bdffe03d8d210d8389839433b0f687715a05c555 (patch) | |
tree | e58ee41d373e19ae3794fc4bc5852c153faac716 /doc/internals.html | |
parent | 95387c3033674ab809c114c306bf91264ae2ca19 (diff) | |
download | libxslt-bdffe03d8d210d8389839433b0f687715a05c555.tar.gz libxslt-bdffe03d8d210d8389839433b0f687715a05c555.tar.bz2 libxslt-bdffe03d8d210d8389839433b0f687715a05c555.zip |
Writing documentation blows but is really needed <grin/>
* doc/extensions.html doc/internals.html doc/xslt.html:
added a documentation on writing libxslt extensions, and
added links to the main page
* libxslt/functions.c libxslt/xsltInternals.h
Daniel
Diffstat (limited to 'doc/internals.html')
-rw-r--r-- | doc/internals.html | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/doc/internals.html b/doc/internals.html index 0aa9b5df..21dc7224 100644 --- a/doc/internals.html +++ b/doc/internals.html @@ -1,5 +1,3 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" - "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>The XSLT C library for Gnome explained</title> @@ -17,6 +15,19 @@ alt="Red Hat Logo"></a></p> <h1 style="text-align: center">How does it work ?</h1> <p></p> + +<p>Location: <a +href="http://xmlsoft.org/XSLT/internals.html">http://xmlsoft.org/XSLT/internals.html</a></p> + +<p>Libxslt home page: <a +href="http://xmlsoft.org/XSLT/">http://xmlsoft.org/XSLT/</a></p> + +<p>mailing-list archives: <a +href="http://mail.gnome.org/archives/xslt/">http://mail.gnome.org/archives/xslt/</a></p> + +<p>Version: $Revision$</p> + +<h2>Table of content</h2> <ul> <li><a href="#Introducti">Introduction</a></li> <li><a href="#Basics">Basics</a></li> @@ -447,8 +458,8 @@ code will be stable. <span style="background-color: #FF0000">TODO</span></p> <h2><a name="Extension">Extension support</a></h2> -<p>The API for registrering those is Not Yet Completed, it is possible do do -though .... <span style="background-color: #FF0000">TODO</span></p> +<p>There is a separate document explaining <a href="extensions.html">how the +extension support works</a>. </p> <h2><a name="Futher">Further reading</a></h2> |