From a3640f623edf80a691a028f3c4c81181f1f52654 Mon Sep 17 00:00:00 2001 From: "William M. Brack" Date: Thu, 15 Feb 2007 22:02:20 +0000 Subject: Changed all references to CVS to be SVN; changed corresponding links. * doc/xslt.html: Changed all references to CVS to be SVN; changed corresponding links. * doc/*html: regenerated the documentation for above svn path=/trunk/; revision=1421 --- doc/API.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/API.html') diff --git a/doc/API.html b/doc/API.html index 5fa0c785..6ed16a30 100644 --- a/doc/API.html +++ b/doc/API.html @@ -10,7 +10,7 @@ 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 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 +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:

  1. configure the parser for XSLT:

    xmlSubstituteEntitiesDefault(1);

    xmlLoadExtDtdDefaultValue = 1;

    -- cgit v1.2.3