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/EXSLT/bugs.html b/doc/EXSLT/bugs.html
index dfbc9dcc..953cd715 100644
--- a/doc/EXSLT/bugs.html
+++ b/doc/EXSLT/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 EXSLT C library for GnomeReporting bugs and getting help |
|
|
| Well, bugs or missing features are always possible, and I will make a
+ Reporting bugs and getting help |    | The EXSLT C library for GnomeReporting bugs and getting help |
|
|
| Well, bugs or missing features are always possible, and I will make a
point of fixing them in a timely fashion. The best way to report a bug is to
use the Gnome
bug tracking database (make sure to use the "libxslt" module name). I
diff --git a/doc/EXSLT/docs.html b/doc/EXSLT/docs.html
index 60bdf90d..d40a9ada 100644
--- a/doc/EXSLT/docs.html
+++ b/doc/EXSLT/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 EXSLT C library for GnomeDocumentation |
|
|
| There are some on-line resources about using libxslt: - Check the API
+ Documentation
 |    | The EXSLT 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/EXSLT/downloads.html b/doc/EXSLT/downloads.html
index add6194b..09a299e1 100644
--- a/doc/EXSLT/downloads.html
+++ b/doc/EXSLT/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 EXSLT 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 EXSLT 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/EXSLT/help.html b/doc/EXSLT/help.html
index 1f00155d..41761126 100644
--- a/doc/EXSLT/help.html
+++ b/doc/EXSLT/help.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 }
- How to help |    | The EXSLT C library for GnomeHow to help |
|
|
| You can help the project in various ways, the best thing to do first is to
+ How to help |    | The EXSLT C library for GnomeHow to help |
|
|
| You can help the project in various ways, the best thing to do first is to
subscribe to the mailing-list as explained before, check the archives and the Gnome bug
database:: - provide patches when you find problems
- provide the diffs when you port libxslt to a new platform. They may not
diff --git a/doc/EXSLT/index.html b/doc/EXSLT/index.html
index 5bc1c8c8..cb03b0d8 100644
--- a/doc/EXSLT/index.html
+++ b/doc/EXSLT/index.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 }
- libexslt
 |    | The EXSLT C library for Gnomelibexslt |
|
|
| Libexslt is the EXSLT C library
+ libexslt |    | The EXSLT C library for Gnomelibexslt |
|
|
| Libexslt is the EXSLT C library
developed for libxslt (a part of the Gnome project). Much of the
initial work on the library was done by Thomas Broyer. EXSLT itself
is a community initiative to provide extensions to XSLT.
diff --git a/doc/EXSLT/intro.html b/doc/EXSLT/intro.html
index 4b009e3b..f11ced67 100644
--- a/doc/EXSLT/intro.html
+++ b/doc/EXSLT/intro.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 }
- Introduction |    | The EXSLT C library for GnomeIntroduction |
|
|
| This document describes libxslt,
+ Introduction |    | The EXSLT C library for GnomeIntroduction |
|
|
| This document describes libxslt,
the XSLT C library developed for the
Gnome project. Here are some key points about libxslt: - Libxslt is a C implementation
- Libxslt is based on libxml for XML parsing, tree manipulation and XPath
diff --git a/doc/FAQ.html b/doc/FAQ.html
index f7b7459c..88b19821 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 7041e842..e84696b1 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|