From d9cf00372fda2672369fa7275f5084f5def15cf4 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 28 Sep 2004 14:28:37 +0000 Subject: [PATCH] Linked the second tutorial from the web site, Daniel --- doc/API.html | 3 ++- doc/FAQ.html | 3 ++- doc/bugs.html | 3 ++- doc/contribs.html | 3 ++- doc/docbook.html | 3 ++- doc/docs.html | 3 ++- doc/downloads.html | 3 ++- doc/extensions.html | 3 ++- doc/help.html | 3 ++- doc/index.html | 3 ++- doc/internals.html | 3 ++- doc/intro.html | 3 ++- doc/news.html | 3 ++- doc/python.html | 3 ++- doc/site.xsl | 3 ++- doc/xsltproc2.html | 3 ++- 16 files changed, 32 insertions(+), 16 deletions(-) diff --git a/doc/API.html b/doc/API.html index 0914952..7964a5a 100644 --- a/doc/API.html +++ b/doc/API.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 } - The programming API
Action against software patentsGnome2 LogoW3C 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 LogoW3C 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 88b1982..b56e41c 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
    Action against software patentsGnome2 LogoW3C 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 LogoW3C 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 e84696b..3b757ae 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
        Action against software patentsGnome2 LogoW3C 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 LogoW3C 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: