1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-31 02:43:06 +03:00

- configure.in: preparing 0.12.0 release

- libxslt/transform.c: a bit of cleanup on the XInclude defaults
- libxslt/xsltconfig.h.in: added doc inline comment
- libxslt/xslt.[ch] libxslt/xsltproc.c: added more version informations
  and enriched xsltproc --version to show them
- doc/html/*.html: rebuilt the docs
- doc/Makefile.am libxslt.spec.in: try to make sure John Fleck
  tutorial ends up in the tars and RPMs
Daniel
This commit is contained in:
Daniel Veillard
2001-06-17 11:25:09 +00:00
parent d7cfe763a9
commit 9083db0340
22 changed files with 1014 additions and 416 deletions

View File

@ -164,6 +164,18 @@ HREF="libxslt-xslt.html#XSLT-NAMESPACE-CAPS"
extern int <A
HREF="libxslt-xslt.html#XSLTMAXDEPTH"
>xsltMaxDepth</A
>;
extern const char *<A
HREF="libxslt-xslt.html#XSLTENGINEVERSION"
>xsltEngineVersion</A
>;
extern const int <A
HREF="libxslt-xslt.html#XSLTLIBXSLTVERSION"
>xsltLibxsltVersion</A
>;
extern const int <A
HREF="libxslt-xslt.html#XSLTLIBXMLVERSION"
>xsltLibxmlVersion</A
>;</PRE
></TD
></TR
@ -172,7 +184,7 @@ HREF="libxslt-xslt.html#XSLTMAXDEPTH"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN42"
NAME="AEN45"
></A
><H2
>Description</H2
@ -182,14 +194,14 @@ NAME="AEN42"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN45"
NAME="AEN48"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN47"
NAME="AEN50"
></A
><H3
><A
@ -217,7 +229,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN53"
NAME="AEN56"
></A
><H3
><A
@ -245,7 +257,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN59"
NAME="AEN62"
></A
><H3
><A
@ -273,7 +285,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN65"
NAME="AEN68"
></A
><H3
><A
@ -301,7 +313,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN71"
NAME="AEN74"
></A
><H3
><A
@ -326,6 +338,90 @@ CLASS="PROGRAMLISTING"
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN80"
></A
><H3
><A
NAME="XSLTENGINEVERSION"
></A
>xsltEngineVersion</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>extern const char *xsltEngineVersion;</PRE
></TD
></TR
></TABLE
><P
>The version string for libxslt</P
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN86"
></A
><H3
><A
NAME="XSLTLIBXSLTVERSION"
></A
>xsltLibxsltVersion</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>extern const int xsltLibxsltVersion;</PRE
></TD
></TR
></TABLE
><P
>The version of libxslt compiled</P
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN92"
></A
><H3
><A
NAME="XSLTLIBXMLVERSION"
></A
>xsltLibxmlVersion</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>extern const int xsltLibxmlVersion;</PRE
></TD
></TR
></TABLE
><P
>The version of libxml libxslt was compiled against</P
><P
></P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"