Okay this section is clearly incomplete. But integrating libxslt into your
application should be relatively easy. First check the few steps described
below, then for more detailed informations, look at the generated pages for the API and the source
of libxslt/xsltproc.c and the tutorial. Basically doing an XSLT transformation can be done in a few steps: - configure the parser for XSLT:
diff --git a/doc/FAQ.html b/doc/FAQ.html
index c3739973..04ed5bbc 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
H2 {font-family: Verdana,Arial,Helvetica}
H3 {font-family: Verdana,Arial,Helvetica}
A:link, A:visited, A:active { text-decoration: underline }
-FAQ
  | The XSLT C library for GnomeFAQ |
|
|
| - Troubles compiling or linking programs using libxslt
+FAQ
 |   | The XSLT C library for GnomeFAQ |
|
|
| - Troubles compiling or linking programs using libxslt
Usually the problem comes from the fact that the compiler doesn't get
the right compilation or linking flags. There is a small shell script
xslt-config which is installed as part of libxslt usual
diff --git a/doc/bugs.html b/doc/bugs.html
index 4599eefa..c245ca72 100644
--- a/doc/bugs.html
+++ b/doc/bugs.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
H2 {font-family: Verdana,Arial,Helvetica}
H3 {font-family: Verdana,Arial,Helvetica}
A:link, A:visited, A:active { text-decoration: underline }
- Reporting bugs and getting help  | The XSLT C library for GnomeReporting bugs and getting help |
|
|
| If you need help with the XSLT language itself, here are a number of
+ Reporting bugs and getting help |   | The XSLT C library for GnomeReporting bugs and getting help |
|
|
| If you need help with the XSLT language itself, here are a number of
useful resources: - I strongly suggest to subscribe to XSL-list, check the XSL-list
archives
- The XSL FAQ.
diff --git a/doc/contribs.html b/doc/contribs.html
index 6ed6b133..2f636e62 100644
--- a/doc/contribs.html
+++ b/doc/contribs.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
H2 {font-family: Verdana,Arial,Helvetica}
H3 {font-family: Verdana,Arial,Helvetica}
A:link, A:visited, A:active { text-decoration: underline }
-Contributions  | The XSLT C library for GnomeContributions |
|
|
| - Bjorn Reese is the author of the number support and worked on the
+Contributions
 |   | The XSLT C library for GnomeContributions |
|
|
| - Bjorn Reese is the author of the number support and worked on the
XSLTMark support
- William Brack was an early adopted, contributed a number of patches and
spent quite some time debugging non-trivial problems in early versions of
diff --git a/doc/docbook.html b/doc/docbook.html
index d8fd0bf9..1366a616 100644
--- a/doc/docbook.html
+++ b/doc/docbook.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
H2 {font-family: Verdana,Arial,Helvetica}
H3 {font-family: Verdana,Arial,Helvetica}
A:link, A:visited, A:active { text-decoration: underline }
-DocBook
  | The XSLT C library for GnomeDocBook |
|
|
| 
DocBook is an
+ DocBook |   | The XSLT C library for GnomeDocBook |
|
|
| 
DocBook is an
XML/SGML vocabulary particularly well suited to books and papers about
computer hardware and software. xsltproc and libxslt are not specifically dependant on DocBook, but since
a lot of people use xsltproc and libxml2 for DocBook formatting, here are a
diff --git a/doc/docs.html b/doc/docs.html
index 3ba0c163..8b655bb5 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
H2 {font-family: Verdana,Arial,Helvetica}
H3 {font-family: Verdana,Arial,Helvetica}
A:link, A:visited, A:active { text-decoration: underline }
- Documentation  | The XSLT C library for GnomeDocumentation |
|
|
| There are some on-line resources about using libxslt: - Check the API
+Documentation
 |   | The XSLT C library for GnomeDocumentation |
|
|
| There are some on-line resources about using libxslt: - Check the API
documentation automatically extracted from code comments (using gtk
doc).
- Look at the mailing-list
diff --git a/doc/downloads.html b/doc/downloads.html
index bf77d830..77ec2b68 100644
--- a/doc/downloads.html
+++ b/doc/downloads.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
H2 {font-family: Verdana,Arial,Helvetica}
H3 {font-family: Verdana,Arial,Helvetica}
A:link, A:visited, A:active { text-decoration: underline }
-Downloads
  | The XSLT C library for GnomeDownloads |
|
|
| The latest versions of libxslt can be found on xmlsoft.org (Seattle, France) or on the Gnome FTP server as a
+ Downloads |   | The XSLT C library for GnomeDownloads |
|
|
| The latest versions of libxslt can be found on xmlsoft.org (Seattle, France) or on the Gnome FTP server as a
source
archive, Antonin Sprinzl also provides a mirror in Austria. (NOTE that
you need the libxml2,
diff --git a/doc/epatents.png b/doc/epatents.png
new file mode 100644
index 00000000..6cd3a131
Binary files /dev/null and b/doc/epatents.png differ
diff --git a/doc/extensions.html b/doc/extensions.html
index cfbaaa83..6c72eeef 100644
--- a/doc/extensions.html
+++ b/doc/extensions.html
@@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
H2 {font-family: Verdana,Arial,Helvetica}
H3 {font-family: Verdana,Arial,Helvetica}
A:link, A:visited, A:active { text-decoration: underline }
- Writing extensions  | The XSLT C library for GnomeWriting extensions |
|
|
| Table of content- Introduction
+Writing extensions |   | The XSLT C library for GnomeWriting extensions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|