diff --git a/doc/API.html b/doc/API.html index 97782884..5a2e0f53 100644 --- a/doc/API.html +++ b/doc/API.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 } -The programming API
Gnome2 LogoRed Hat Logo
Made with Libxslt Logo

The XSLT C library for Gnome

The programming API

Main Menu
Related links
API Indexes

Okay this section is clearly incomplete. But integrating libxslt into your +The programming API
Action against software patentsGnome2 LogoRed Hat Logo
Made with Libxslt Logo

The XSLT C library for Gnome

The programming API

Main Menu
Related links
API Indexes

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:

  1. 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
    Gnome2 LogoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    FAQ

    Main Menu
    Related links
    API Indexes
    1. Troubles compiling or linking programs using libxslt +FAQ
      Action against software patentsGnome2 LogoRed Hat Logo
      Made with Libxslt Logo

      The XSLT C library for Gnome

      FAQ

      Main Menu
      Related links
      API Indexes
      1. 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
        Gnome2 LogoRed Hat Logo
        Made with Libxslt Logo

        The XSLT C library for Gnome

        Reporting bugs and getting help

        Main Menu
        Related links
        API Indexes

        If you need help with the XSLT language itself, here are a number of +Reporting bugs and getting help
        Action against software patentsGnome2 LogoRed Hat Logo
        Made with Libxslt Logo

        The XSLT C library for Gnome

        Reporting bugs and getting help

        Main Menu
        Related links
        API Indexes

        If you need help with the XSLT language itself, here are a number of useful resources: