From: Daniel Veillard Date: Sun, 17 Jun 2001 11:25:09 +0000 (+0000) Subject: - configure.in: preparing 0.12.0 release X-Git-Tag: v1.1.28~1296 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9083db034094cd8eb985ac0e677abe24bd0c8913;p=platform%2Fupstream%2Flibxslt.git - 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 --- diff --git a/ChangeLog b/ChangeLog index 456c134..fac48b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sun Jun 17 13:15:48 CEST 2001 Daniel Veillard + + * 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 + Sat Jun 16 23:58:57 CEST 2001 Daniel Veillard * libxslt.spec.in: updated the descriptions diff --git a/configure.in b/configure.in index f254c15..e9101ea 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(libxslt/xslt.c) LIBXSLT_MAJOR_VERSION=0 -LIBXSLT_MINOR_VERSION=11 +LIBXSLT_MINOR_VERSION=12 LIBXSLT_MICRO_VERSION=0 PACKAGE=libxslt @@ -126,7 +126,7 @@ dnl dnl find libxml dnl XML_CONFIG="xml2-config" -AC_MSG_CHECKING(for libxml libraries >= 2.3.10) +AC_MSG_CHECKING(for libxml libraries >= 2.3.11) if test "x$LIBXML_PREFIX" != "x" then if ${LIBXML_PREFIX}/bin/xml2-config --libs print > /dev/null 2>&1 @@ -143,13 +143,13 @@ dnl if test "x$XML_CONFIG" != "x" then vers=`$XML_CONFIG --version | sed -e 's/libxml //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test "$vers" -ge 2003010 + if test "$vers" -ge 2003011 then LIBXML_LIBS="`$XML_CONFIG --libs`" LIBXML_CFLAGS="`$XML_CONFIG --cflags`" AC_MSG_RESULT(found) else - AC_MSG_ERROR(You need at least libxml2 2.3.10 for this version of libxslt) + AC_MSG_ERROR(You need at least libxml2 2.3.11 for this version of libxslt) fi else AC_MSG_ERROR(Could not find libxml2 anywhere, check ftp://xmlsoft.org/.) diff --git a/doc/Makefile.am b/doc/Makefile.am index 11b92ee..de33084 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -13,9 +13,6 @@ HTML_DIR=$(prefix)/doc TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)/html -# htmldir = $(prefix)/html -# html_DATA = gnome-dev-info.html - scan: gtkdoc-scan --module=libxslt --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="acconfig.h config.h" @@ -47,9 +44,11 @@ install-data-local: -@INSTALL@ -m 0644 $(srcdir)/xml.html $(DESTDIR)$(TARGET_DIR) -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR) -@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) + $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/tutorial + -@INSTALL@ -m 0644 $(srcdir)/tutorial/* $(DESTDIR)$(TARGET_DIR)/tutorial -(cd $(DESTDIR); gtkdoc-fixxref --module=libxslt --html-dir=$(HTML_DIR)) dist-hook: - (cd $(srcdir) ; tar cvf - *.html *.gif html/*.html html/*.sgml) | (cd $(distdir); tar xf -) + (cd $(srcdir) ; tar cvf - *.html *.gif html/*.html html/*.sgml tutorial/libxslt*) | (cd $(distdir); tar xf -) .PHONY : html sgml templates scan diff --git a/doc/html/libxslt-attributes.html b/doc/html/libxslt-attributes.html index 2fdf646..ca6829f 100644 --- a/doc/html/libxslt-attributes.html +++ b/doc/html/libxslt-attributes.html @@ -122,7 +122,7 @@ NAME="LIBXSLT-ATTRIBUTES" >

Name

Synopsis

Description

Details



Name

Synopsis

Description

Details









Name

Synopsis

Description

Details







Name

Synopsis

Description

Details





Name

Synopsis

xmlNsPtr xsltCopyNamespace (xsltTransformContextPtr ctxt, + xmlNodePtr node, + xmlNsPtr cur); +xmlNsPtr xsltCopyNamespaceList (

Description

Details




xsltCopyNamespace ()

xmlNsPtr    xsltCopyNamespace               (xsltTransformContextPtr ctxt,
+                                             xmlNodePtr node,
+                                             xmlNsPtr cur);

Do a copy of an namespace node. If node is non-NULL the +new namespaces are added automatically. This handles namespaces +aliases

ctxt : a transformation context
node : the target node
cur : the namespace node
Returns : a new xmlNsPtr, or NULL in case of error.



Name

Synopsis

Description

Details


Name

Synopsis

Description

Details










Name

Synopsis

Description

Details









Name

Synopsis

+void xsltSetXIncludeDefault (int xinclude); +int xsltGetXIncludeDefault (void); xmlDocPtr

Description

Details

xsltSetXIncludeDefault ()

void        xsltSetXIncludeDefault          (int xinclude);

Set whether XInclude should be processed on document being loaded by default

xinclude : whether to do XInclude processing


xsltGetXIncludeDefault ()

int         xsltGetXIncludeDefault          (void);

return the default state for XInclude processing

Returns :0 if there is no processing 1 otherwise





function attached to xslt:sort nodes, but this should not be +>function attached to xsl:sort nodes, but this should not be called directly
















Name

Synopsis

Description

Details












xsltMaxDepth; +extern const char *xsltEngineVersion; +extern const int xsltLibxsltVersion; +extern const int xsltLibxmlVersion;

Description

Details






xsltEngineVersion

extern const char *xsltEngineVersion;

The version string for libxslt


xsltLibxsltVersion

extern const int xsltLibxsltVersion;

The version of libxslt compiled


xsltLibxmlVersion

extern const int xsltLibxmlVersion;

The version of libxml libxslt was compiled against