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 88b19821..b56e41c0 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -7,7 +7,8 @@ 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 e84696b1..3b757aea 100644
--- a/doc/bugs.html
+++ b/doc/bugs.html
@@ -7,7 +7,8 @@ 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 5eaf4401..51b119d5 100644
--- a/doc/contribs.html
+++ b/doc/contribs.html
@@ -7,7 +7,8 @@ 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 f0cf3128..40269558 100644
--- a/doc/docbook.html
+++ b/doc/docbook.html
@@ -7,7 +7,8 @@ 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 ec92ea42..5cb64cd4 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -7,7 +7,8 @@ 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 the
program apibuild.py, developed for libxml, together with the xsl script
'newapi.xsl' and the libxslt xsltproc program).
diff --git a/doc/downloads.html b/doc/downloads.html
index c1bd8cd9..5d3122ad 100644
--- a/doc/downloads.html
+++ b/doc/downloads.html
@@ -7,7 +7,8 @@ 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 the xmlsoft.org server and on mirrors (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 the xmlsoft.org server and on mirrors (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/extensions.html b/doc/extensions.html
index 710bdcbe..875943ab 100644
--- a/doc/extensions.html
+++ b/doc/extensions.html
@@ -7,7 +7,8 @@ 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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|