diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-05-19 15:39:02 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-05-19 15:39:02 +0000 |
commit | 73d09e27489b1b2b9f16d45002cfc5fe3f137901 (patch) | |
tree | 7b0a6281208a099af02e211763ad44f1ed3b4688 /doc | |
parent | 70332d2b460d21b2055975cbbfded2e6af3e6059 (diff) | |
download | libxslt-73d09e27489b1b2b9f16d45002cfc5fe3f137901.tar.gz libxslt-73d09e27489b1b2b9f16d45002cfc5fe3f137901.tar.bz2 libxslt-73d09e27489b1b2b9f16d45002cfc5fe3f137901.zip |
- configure.in: preparing 0.10.0 release
- doc/xslt.html: updated
- doc/html/* : rebuilt the docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/libxslt-imports.html | 6 | ||||
-rw-r--r-- | doc/html/libxslt-keys.html | 53 | ||||
-rw-r--r-- | doc/html/libxslt-numbersinternals.html | 16 | ||||
-rw-r--r-- | doc/html/libxslt-pattern.html | 2 | ||||
-rw-r--r-- | doc/html/libxslt-xsltinternals.html | 108 | ||||
-rw-r--r-- | doc/xslt.html | 23 |
6 files changed, 126 insertions, 82 deletions
diff --git a/doc/html/libxslt-imports.html b/doc/html/libxslt-imports.html index 61a533c6..71d3be51 100644 --- a/doc/html/libxslt-imports.html +++ b/doc/html/libxslt-imports.html @@ -764,7 +764,7 @@ CLASS="PARAMETER" WIDTH="80%" ALIGN="LEFT" VALIGN="TOP" -> </TD +> an XSLT transformation context</TD ></TR ><TR ><TD @@ -781,7 +781,7 @@ CLASS="PARAMETER" WIDTH="80%" ALIGN="LEFT" VALIGN="TOP" -> </TD +> an XML node</TD ></TR ><TR ><TD @@ -876,7 +876,7 @@ CLASS="PARAMETER" WIDTH="80%" ALIGN="LEFT" VALIGN="TOP" -> </TD +> an XSLT transformation context</TD ></TR ><TR ><TD diff --git a/doc/html/libxslt-keys.html b/doc/html/libxslt-keys.html index cffe878f..acfacd24 100644 --- a/doc/html/libxslt-keys.html +++ b/doc/html/libxslt-keys.html @@ -167,7 +167,11 @@ HREF="XMLCHAR" const <GTKDOCLINK HREF="XMLCHAR" >xmlChar</GTKDOCLINK -> *use); +> *use, + <GTKDOCLINK +HREF="XMLNODEPTR" +>xmlNodePtr</GTKDOCLINK +> inst); <GTKDOCLINK HREF="XMLNODESETPTR" >xmlNodeSetPtr</GTKDOCLINK @@ -222,7 +226,7 @@ HREF="libxslt-xsltinternals.html#XSLTDOCUMENTPTR" ><DIV CLASS="REFSECT1" ><A -NAME="AEN2799" +NAME="AEN2800" ></A ><H2 >Description</H2 @@ -232,14 +236,14 @@ NAME="AEN2799" ><DIV CLASS="REFSECT1" ><A -NAME="AEN2802" +NAME="AEN2803" ></A ><H2 >Details</H2 ><DIV CLASS="REFSECT2" ><A -NAME="AEN2804" +NAME="AEN2805" ></A ><H3 ><A @@ -274,7 +278,11 @@ HREF="XMLCHAR" const <GTKDOCLINK HREF="XMLCHAR" >xmlChar</GTKDOCLINK -> *use);</PRE +> *use, + <GTKDOCLINK +HREF="XMLNODEPTR" +>xmlNodePtr</GTKDOCLINK +> inst);</PRE ></TD ></TR ></TABLE @@ -285,7 +293,7 @@ HREF="XMLCHAR" ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN2815" +NAME="AEN2817" ></A ><P ></P @@ -387,6 +395,23 @@ VALIGN="TOP" WIDTH="20%" ALIGN="RIGHT" VALIGN="TOP" +><TT +CLASS="PARAMETER" +><I +>inst</I +></TT +> :</TD +><TD +WIDTH="80%" +ALIGN="LEFT" +VALIGN="TOP" +> the key instruction</TD +></TR +><TR +><TD +WIDTH="20%" +ALIGN="RIGHT" +VALIGN="TOP" ><I CLASS="EMPHASIS" >Returns</I @@ -406,7 +431,7 @@ VALIGN="TOP" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN2844" +NAME="AEN2850" ></A ><H3 ><A @@ -451,7 +476,7 @@ HREF="XMLCHAR" ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN2855" +NAME="AEN2861" ></A ><P ></P @@ -555,7 +580,7 @@ VALIGN="TOP" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN2880" +NAME="AEN2886" ></A ><H3 ><A @@ -590,7 +615,7 @@ Should be done before global varibales are initialized.</P ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN2888" +NAME="AEN2894" ></A ><P ></P @@ -645,7 +670,7 @@ VALIGN="TOP" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN2901" +NAME="AEN2907" ></A ><H3 ><A @@ -675,7 +700,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLESHEETPTR" ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN2908" +NAME="AEN2914" ></A ><P ></P @@ -713,7 +738,7 @@ VALIGN="TOP" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN2917" +NAME="AEN2923" ></A ><H3 ><A @@ -743,7 +768,7 @@ HREF="libxslt-xsltinternals.html#XSLTDOCUMENTPTR" ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN2924" +NAME="AEN2930" ></A ><P ></P diff --git a/doc/html/libxslt-numbersinternals.html b/doc/html/libxslt-numbersinternals.html index 965a7dcf..8e8b30f4 100644 --- a/doc/html/libxslt-numbersinternals.html +++ b/doc/html/libxslt-numbersinternals.html @@ -110,7 +110,7 @@ NAME="LIBXSLT-NUMBERSINTERNALS" ><DIV CLASS="REFNAMEDIV" ><A -NAME="AEN3420" +NAME="AEN3426" ></A ><H2 >Name</H2 @@ -118,7 +118,7 @@ NAME="AEN3420" ><DIV CLASS="REFSYNOPSISDIV" ><A -NAME="AEN3423" +NAME="AEN3429" ></A ><H2 >Synopsis</H2 @@ -177,7 +177,7 @@ HREF="XMLNODEPTR" ><DIV CLASS="REFSECT1" ><A -NAME="AEN3436" +NAME="AEN3442" ></A ><H2 >Description</H2 @@ -187,14 +187,14 @@ NAME="AEN3436" ><DIV CLASS="REFSECT1" ><A -NAME="AEN3439" +NAME="AEN3445" ></A ><H2 >Details</H2 ><DIV CLASS="REFSECT2" ><A -NAME="AEN3441" +NAME="AEN3447" ></A ><H3 ><A @@ -237,7 +237,7 @@ HREF="XMLCHAR" ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN3451" +NAME="AEN3457" ></A ><P ></P @@ -341,7 +341,7 @@ VALIGN="TOP" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3476" +NAME="AEN3482" ></A ><H3 ><A @@ -377,7 +377,7 @@ HREF="XMLNODEPTR" ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN3484" +NAME="AEN3490" ></A ><P ></P diff --git a/doc/html/libxslt-pattern.html b/doc/html/libxslt-pattern.html index 18a8bf33..45e0ee51 100644 --- a/doc/html/libxslt-pattern.html +++ b/doc/html/libxslt-pattern.html @@ -409,7 +409,7 @@ CLASS="PARAMETER" WIDTH="80%" ALIGN="LEFT" VALIGN="TOP" -> </TD +> an XSLT pattern</TD ></TR ><TR ><TD diff --git a/doc/html/libxslt-xsltinternals.html b/doc/html/libxslt-xsltinternals.html index 69913b81..bcc0c3aa 100644 --- a/doc/html/libxslt-xsltinternals.html +++ b/doc/html/libxslt-xsltinternals.html @@ -122,7 +122,7 @@ NAME="LIBXSLT-XSLTINTERNALS" ><DIV CLASS="REFNAMEDIV" ><A -NAME="AEN2938" +NAME="AEN2944" ></A ><H2 >Name</H2 @@ -130,7 +130,7 @@ NAME="AEN2938" ><DIV CLASS="REFSYNOPSISDIV" ><A -NAME="AEN2941" +NAME="AEN2947" ></A ><H2 >Synopsis</H2 @@ -385,7 +385,7 @@ HREF="XMLCHAR" ><DIV CLASS="REFSECT1" ><A -NAME="AEN3006" +NAME="AEN3012" ></A ><H2 >Description</H2 @@ -395,14 +395,14 @@ NAME="AEN3006" ><DIV CLASS="REFSECT1" ><A -NAME="AEN3009" +NAME="AEN3015" ></A ><H2 >Details</H2 ><DIV CLASS="REFSECT2" ><A -NAME="AEN3011" +NAME="AEN3017" ></A ><H3 ><A @@ -430,7 +430,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3017" +NAME="AEN3023" ></A ><H3 ><A @@ -458,7 +458,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3023" +NAME="AEN3029" ></A ><H3 ><A @@ -497,7 +497,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3029" +NAME="AEN3035" ></A ><H3 ><A @@ -523,7 +523,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3034" +NAME="AEN3040" ></A ><H3 ><A @@ -567,7 +567,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3040" +NAME="AEN3046" ></A ><H3 ><A @@ -593,7 +593,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3045" +NAME="AEN3051" ></A ><H3 ><A @@ -626,7 +626,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3051" +NAME="AEN3057" ></A ><H3 ><A @@ -652,7 +652,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3056" +NAME="AEN3062" ></A ><H3 ><A @@ -720,7 +720,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3061" +NAME="AEN3067" ></A ><H3 ><A @@ -746,7 +746,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3066" +NAME="AEN3072" ></A ><H3 ><A @@ -820,7 +820,7 @@ precomputed data.</P ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3072" +NAME="AEN3078" ></A ><H3 ><A @@ -846,7 +846,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3077" +NAME="AEN3083" ></A ><H3 ><A @@ -889,7 +889,7 @@ stylesheet language like xsl:if or xsl:apply-templates.</P ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN3087" +NAME="AEN3093" ></A ><P ></P @@ -916,7 +916,7 @@ CLASS="PARAMETER" WIDTH="80%" ALIGN="LEFT" VALIGN="TOP" -> </TD +> the XSLT transformation context</TD ></TR ><TR ><TD @@ -933,7 +933,7 @@ CLASS="PARAMETER" WIDTH="80%" ALIGN="LEFT" VALIGN="TOP" -> </TD +> the input node</TD ></TR ><TR ><TD @@ -950,7 +950,7 @@ CLASS="PARAMETER" WIDTH="80%" ALIGN="LEFT" VALIGN="TOP" -> </TD +> the stylesheet node</TD ></TR ><TR ><TD @@ -967,7 +967,7 @@ CLASS="PARAMETER" WIDTH="80%" ALIGN="LEFT" VALIGN="TOP" -> </TD +> the compiled information from the stylesheet</TD ></TR ></TBODY ></TABLE @@ -978,7 +978,7 @@ VALIGN="TOP" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3108" +NAME="AEN3114" ></A ><H3 ><A @@ -1026,7 +1026,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3113" +NAME="AEN3119" ></A ><H3 ><A @@ -1061,7 +1061,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3118" +NAME="AEN3124" ></A ><H3 ><A @@ -1087,7 +1087,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3123" +NAME="AEN3129" ></A ><H3 ><A @@ -1195,7 +1195,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3128" +NAME="AEN3134" ></A ><H3 ><A @@ -1221,7 +1221,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3133" +NAME="AEN3139" ></A ><H3 ><A @@ -1251,7 +1251,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3138" +NAME="AEN3144" ></A ><H3 ><A @@ -1281,7 +1281,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3143" +NAME="AEN3149" ></A ><H3 ><A @@ -1310,7 +1310,7 @@ will return from the function</P ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3149" +NAME="AEN3155" ></A ><H3 ><A @@ -1339,7 +1339,7 @@ will goto the error: label</P ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3155" +NAME="AEN3161" ></A ><H3 ><A @@ -1368,7 +1368,7 @@ will return from the function with a 0 value</P ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3161" +NAME="AEN3167" ></A ><H3 ><A @@ -1398,7 +1398,7 @@ HREF="libxslt-xsltinternals.html#XSLTSTYLESHEETPTR" ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN3168" +NAME="AEN3174" ></A ><P ></P @@ -1434,7 +1434,7 @@ VALIGN="TOP" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3177" +NAME="AEN3183" ></A ><H3 ><A @@ -1467,7 +1467,7 @@ HREF="XMLCHAR" ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN3185" +NAME="AEN3191" ></A ><P ></P @@ -1520,7 +1520,7 @@ VALIGN="TOP" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3198" +NAME="AEN3204" ></A ><H3 ><A @@ -1555,7 +1555,7 @@ CLASS="PARAMETER" ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN3206" +NAME="AEN3212" ></A ><P ></P @@ -1593,7 +1593,7 @@ VALIGN="TOP" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3215" +NAME="AEN3221" ></A ><H3 ><A @@ -1623,7 +1623,7 @@ HREF="XMLCHAR" ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN3222" +NAME="AEN3228" ></A ><P ></P @@ -1676,7 +1676,7 @@ VALIGN="TOP" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3235" +NAME="AEN3241" ></A ><H3 ><A @@ -1711,7 +1711,7 @@ CLASS="PARAMETER" ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN3243" +NAME="AEN3249" ></A ><P ></P @@ -1749,7 +1749,7 @@ VALIGN="TOP" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3252" +NAME="AEN3258" ></A ><H3 ><A @@ -1787,7 +1787,7 @@ HREF="XMLCHAR" ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN3261" +NAME="AEN3267" ></A ><P ></P @@ -1857,7 +1857,7 @@ VALIGN="TOP" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3278" +NAME="AEN3284" ></A ><H3 ><A @@ -1895,7 +1895,7 @@ HREF="XMLDOCPTR" ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN3287" +NAME="AEN3293" ></A ><P ></P @@ -1965,7 +1965,7 @@ VALIGN="TOP" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3304" +NAME="AEN3310" ></A ><H3 ><A @@ -2000,7 +2000,7 @@ information related to the stylesheet output</P ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN3312" +NAME="AEN3318" ></A ><P ></P @@ -2055,7 +2055,7 @@ VALIGN="TOP" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3325" +NAME="AEN3331" ></A ><H3 ><A @@ -2088,7 +2088,7 @@ HREF="XMLDOCPTR" ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN3333" +NAME="AEN3339" ></A ><P ></P @@ -2141,7 +2141,7 @@ VALIGN="TOP" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3346" +NAME="AEN3352" ></A ><H3 ><A @@ -2179,7 +2179,7 @@ HREF="XMLNODEPTR" ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN3355" +NAME="AEN3361" ></A ><P ></P @@ -2251,7 +2251,7 @@ VALIGN="TOP" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN3372" +NAME="AEN3378" ></A ><H3 ><A @@ -2330,7 +2330,7 @@ X any other characters can be used in the prefix or suffix ><DIV CLASS="INFORMALTABLE" ><A -NAME="AEN3390" +NAME="AEN3396" ></A ><P ></P diff --git a/doc/xslt.html b/doc/xslt.html index aa6e05e7..8d95355f 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -160,6 +160,25 @@ platform, get in touch with me to upload the package. I will keep them in the href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a> file for a really accurate description</h3> +<h3>0.10.0: May 19 2001</h3> +<ul> + <li>cleanups to make stylesheet read-only (not 100% complete)</li> + <li>fixed URI resolution in document()</li> + <li>force all XPath expression to be compiled at stylesheet parsing time, + even if unused ...</li> + <li>Fixed HTML default output detection</li> + <li>Fixed double attibute generation #54446</li> + <li>Fixed {{ handling in attributes #54451</li> + <li>More tests and speedups for DocBook document transformations</li> + <li>Fixed a really bad race like bug in xsltCopyTreeList()</li> + <li>added a documentation on the libxslt internals</li> + <li>William Brack and Bjorn Reese improved format-number()</li> + <li>Fixed multiple sort, it should really work now</li> + <li>added a --docbook option for SGML DocBook input (hackish)</li> + <li>a number of other bug fixes and regression test added as people were + submitting them</li> +</ul> + <h3>0.9.0: May 3 2001</h3> <ul> <li>lot of various bugfixes, extended the regression suite</li> @@ -285,8 +304,8 @@ orchis:~ -></pre> <p>Okay this section is clearly incomplete. But integrating libxslt into your application should be realitively easy. First check the few steps described below, then for more detailed informations, look at the<a -href="html/libxslt-lib.html"> generated pages</a> for the API and the source of -libxslt/xsltproc.c .</p> +href="html/libxslt-lib.html"> generated pages</a> for the API and the source +of libxslt/xsltproc.c .</p> <p>Basically doing an XSLT transformation can be done in a few steps:</p> <ol> |