1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-12 01:41:46 +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

@ -122,7 +122,7 @@ NAME="LIBXSLT-TRANSFORM"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN908"
NAME="AEN929"
></A
><H2
>Name</H2
@ -130,7 +130,7 @@ NAME="AEN908"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN911"
NAME="AEN932"
></A
><H2
>Synopsis</H2
@ -145,6 +145,14 @@ CELLPADDING="6"
CLASS="SYNOPSIS"
>&#13;
void <A
HREF="libxslt-transform.html#XSLTSETXINCLUDEDEFAULT"
>xsltSetXIncludeDefault</A
> (int xinclude);
int <A
HREF="libxslt-transform.html#XSLTGETXINCLUDEDEFAULT"
>xsltGetXIncludeDefault</A
> (void);
<GTKDOCLINK
HREF="XMLDOCPTR"
>xmlDocPtr</GTKDOCLINK
@ -506,7 +514,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN1007"
NAME="AEN1030"
></A
><H2
>Description</H2
@ -516,14 +524,142 @@ NAME="AEN1007"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN1010"
NAME="AEN1033"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN1012"
NAME="AEN1035"
></A
><H3
><A
NAME="XSLTSETXINCLUDEDEFAULT"
></A
>xsltSetXIncludeDefault ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>void xsltSetXIncludeDefault (int xinclude);</PRE
></TD
></TR
></TABLE
><P
>Set whether XInclude should be processed on document being loaded by default</P
><P
></P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1041"
></A
><P
></P
><TABLE
BORDER="0"
WIDTH="100%"
BGCOLOR="#FFD0D0"
CELLSPACING="0"
CELLPADDING="4"
CLASS="CALSTABLE"
><TBODY
><TR
><TD
WIDTH="20%"
ALIGN="RIGHT"
VALIGN="TOP"
><TT
CLASS="PARAMETER"
><I
>xinclude</I
></TT
>&nbsp;:</TD
><TD
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> whether to do XInclude processing</TD
></TR
></TBODY
></TABLE
><P
></P
></DIV
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1050"
></A
><H3
><A
NAME="XSLTGETXINCLUDEDEFAULT"
></A
>xsltGetXIncludeDefault ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>int xsltGetXIncludeDefault (void);</PRE
></TD
></TR
></TABLE
><P
>return the default state for XInclude processing</P
><P
></P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1056"
></A
><P
></P
><TABLE
BORDER="0"
WIDTH="100%"
BGCOLOR="#FFD0D0"
CELLSPACING="0"
CELLPADDING="4"
CLASS="CALSTABLE"
><TBODY
><TR
><TD
WIDTH="20%"
ALIGN="RIGHT"
VALIGN="TOP"
><I
CLASS="EMPHASIS"
>Returns</I
> :</TD
><TD
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>0 if there is no processing 1 otherwise</TD
></TR
></TBODY
></TABLE
><P
></P
></DIV
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1065"
></A
><H3
><A
@ -562,7 +698,7 @@ NOTE: This may lead to a non-wellformed output XML wise !</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1021"
NAME="AEN1074"
></A
><P
></P
@ -649,7 +785,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1042"
NAME="AEN1095"
></A
><H3
><A
@ -688,7 +824,7 @@ HREF="XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1051"
NAME="AEN1104"
></A
><P
></P
@ -777,7 +913,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1072"
NAME="AEN1125"
></A
><H3
><A
@ -819,7 +955,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1082"
NAME="AEN1135"
></A
><P
></P
@ -908,7 +1044,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1103"
NAME="AEN1156"
></A
><H3
><A
@ -944,14 +1080,14 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
></TR
></TABLE
><P
>function attached to xslt:sort nodes, but this should not be
>function attached to xsl:sort nodes, but this should not be
called directly</P
><P
></P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1113"
NAME="AEN1166"
></A
><P
></P
@ -1040,7 +1176,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1134"
NAME="AEN1187"
></A
><H3
><A
@ -1082,7 +1218,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1144"
NAME="AEN1197"
></A
><P
></P
@ -1171,7 +1307,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1165"
NAME="AEN1218"
></A
><H3
><A
@ -1213,7 +1349,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1175"
NAME="AEN1228"
></A
><P
></P
@ -1302,7 +1438,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1196"
NAME="AEN1249"
></A
><H3
><A
@ -1344,7 +1480,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1206"
NAME="AEN1259"
></A
><P
></P
@ -1433,7 +1569,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1227"
NAME="AEN1280"
></A
><H3
><A
@ -1475,7 +1611,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1237"
NAME="AEN1290"
></A
><P
></P
@ -1564,7 +1700,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1258"
NAME="AEN1311"
></A
><H3
><A
@ -1606,7 +1742,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1268"
NAME="AEN1321"
></A
><P
></P
@ -1695,7 +1831,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1289"
NAME="AEN1342"
></A
><H3
><A
@ -1737,7 +1873,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1299"
NAME="AEN1352"
></A
><P
></P
@ -1826,7 +1962,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1320"
NAME="AEN1373"
></A
><H3
><A
@ -1868,7 +2004,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1330"
NAME="AEN1383"
></A
><P
></P
@ -1957,7 +2093,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1351"
NAME="AEN1404"
></A
><H3
><A
@ -1999,7 +2135,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1361"
NAME="AEN1414"
></A
><P
></P
@ -2088,7 +2224,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1382"
NAME="AEN1435"
></A
><H3
><A
@ -2130,7 +2266,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1392"
NAME="AEN1445"
></A
><P
></P
@ -2219,7 +2355,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1413"
NAME="AEN1466"
></A
><H3
><A
@ -2261,7 +2397,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1423"
NAME="AEN1476"
></A
><P
></P
@ -2350,7 +2486,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1444"
NAME="AEN1497"
></A
><H3
><A
@ -2392,7 +2528,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1454"
NAME="AEN1507"
></A
><P
></P
@ -2481,7 +2617,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1475"
NAME="AEN1528"
></A
><H3
><A
@ -2523,7 +2659,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1485"
NAME="AEN1538"
></A
><P
></P
@ -2612,7 +2748,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1506"
NAME="AEN1559"
></A
><H3
><A
@ -2654,7 +2790,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1516"
NAME="AEN1569"
></A
><P
></P
@ -2743,7 +2879,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1537"
NAME="AEN1590"
></A
><H3
><A
@ -2785,7 +2921,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1547"
NAME="AEN1600"
></A
><P
></P
@ -2874,7 +3010,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN1568"
NAME="AEN1621"
></A
><H3
><A
@ -2916,7 +3052,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLEPRECOMPPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN1578"
NAME="AEN1631"
></A
><P
></P