mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
- libxslt/functions.c libxslt/transform.c libxslt/xsltInternals.h:
add ctxt->inst to allow stylesheet element lookup (needed for document() fix) - libxslt/*.[ch]: generate docs for the structures and macros, general cleanup for docs - doc/html/*.html: regenerated all docs Daniel
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
>xslt</TITLE
|
||||
><META
|
||||
NAME="GENERATOR"
|
||||
CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
|
||||
CONTENT="Modular DocBook HTML Stylesheet Version 1.59"><LINK
|
||||
REL="HOME"
|
||||
TITLE="Gnome XSLT Library Reference Manual"
|
||||
HREF="book1.html"><LINK
|
||||
@ -18,6 +18,7 @@ REL="NEXT"
|
||||
TITLE="functions"
|
||||
HREF="libxslt-functions.html"></HEAD
|
||||
><BODY
|
||||
CLASS="REFENTRY"
|
||||
BGCOLOR="#FFFFFF"
|
||||
TEXT="#000000"
|
||||
LINK="#0000FF"
|
||||
@ -209,12 +210,14 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>The default version of XSLT supported</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN52"
|
||||
NAME="AEN53"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -235,12 +238,14 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>The XSLT "vendor" string for this processor</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN57"
|
||||
NAME="AEN59"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -261,12 +266,14 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>The XSLT "vendor" URL for this processor</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN62"
|
||||
NAME="AEN65"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -287,12 +294,14 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>The XSLT specification namespace</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN67"
|
||||
NAME="AEN71"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -313,6 +322,8 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>This value is used to detect templates loops</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
></DIV
|
||||
|
Reference in New Issue
Block a user