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 information, 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:
diff --git a/doc/EXSLT/bugs.html b/doc/EXSLT/bugs.html
index e540e389..9ba0287f 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 63ec21bb..2cd83d56 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:
+ 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
diff --git a/doc/EXSLT/downloads.html b/doc/EXSLT/downloads.html
index f16f9f6c..0510be04 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 0dd320d5..6b6763b6 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
diff --git a/doc/EXSLT/index.html b/doc/EXSLT/index.html
index 543c6995..6f3c1d96 100644
--- a/doc/EXSLT/index.html
+++ b/doc/EXSLT/index.html
@@ -10,7 +10,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 81cd9426..3227f469 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
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 17b8c338..987ae655 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -8,7 +8,7 @@ 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
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
diff --git a/doc/bugs.html b/doc/bugs.html
index 8beb6ef1..95e26c9f 100644
--- a/doc/bugs.html
+++ b/doc/bugs.html
@@ -8,7 +8,7 @@ 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
useful resources:
- I strongly suggest to subscribe to XSL-list, check the XSL-list
archives
@@ -27,9 +27,9 @@ useful resources:
seriously with XSLT in the future.
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
+use the GNOME bug
tracking database (make sure to use the "libxslt" module name). Before
-filing a bug, check the list of existing
+filing a bug, check the list of existing
libxslt bugs to make sure it hasn't already been filed. I look at reports
there regularly and it's good to have a reminder when a bug is still open. Be
sure to specify that the bug is for the package libxslt. For small problems you can try to get help on IRC, the #xml channel on
@@ -62,7 +62,7 @@ posting: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|