mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-07 10:42:55 +03:00
Changed all references to CVS to be SVN; changed corresponding links.
* doc/xslt.html: Changed all references to CVS to be SVN; changed corresponding links. * doc/*html: regenerated the documentation for above svn path=/trunk/; revision=1421
This commit is contained in:
@@ -38,7 +38,7 @@ or libxslt wrappers or bindings:</p><ul><li><a href="http://mail.gnome.org/archi
|
||||
provides <a href="http://www.satimage.fr/software/en/downloads_osaxen.html">XMLLib
|
||||
osax</a>. This is an osax for Mac OS X with a set of commands to
|
||||
implement in AppleScript the XML DOM, XPATH and XSLT.</li>
|
||||
</ul><p>The libxslt Python module depends on the <a href="http://xmlsoft.org/python.html">libxml2 Python</a> module.</p><p>The distribution includes a set of Python bindings, which are garanteed to
|
||||
</ul><p>The libxslt Python module depends on the <a href="http://xmlsoft.org/python.html">libxml2 Python</a> module.</p><p>The distribution includes a set of Python bindings, which are guaranteed to
|
||||
be maintained as part of the library in the future, though the Python
|
||||
interface have not yet reached the completeness of the C API.</p><p><a href="mailto:stephane.bidoul@softwareag.com">St<EFBFBD>phane Bidoul</a>
|
||||
maintains <a href="http://users.skynet.be/sbi/libxml-python/">a Windows port
|
||||
@@ -80,7 +80,7 @@ in that example and how is the processing done:</p><ul><li><code>styledoc</code>
|
||||
HTML tree are suitable for XSLT processing in libxslt. This is actually
|
||||
how this page is generated !</li>
|
||||
<li><code>result</code> : this is a document generated by applying the
|
||||
stylesheet to the document. Note that some of the stylesheet informations
|
||||
stylesheet to the document. Note that some of the stylesheet information
|
||||
may be related to the serialization of that document and as in this
|
||||
example a specific saveResultToFilename() method of the stylesheet should
|
||||
be used to save it to a file (in that case to "foo").</li>
|
||||
@@ -117,7 +117,7 @@ as a parameter. But the first part of the function also read some contextual
|
||||
information from the current XSLT processing environement, in that case it
|
||||
looks for the current insertion node in the resulting output (either the
|
||||
resulting document or the Result Value Tree being generated), and saves it to
|
||||
a global variable for checking that the access actually worked.</p><p>For more informations on the xpathParserContext and transformContext
|
||||
a global variable for checking that the access actually worked.</p><p>For more information on the xpathParserContext and transformContext
|
||||
objects check the <a href="internals.html">libray internals description</a>.
|
||||
The pctxt is actually an object from a class derived from the
|
||||
libxml2.xpathParserContext() with just a couple more properties including the
|
||||
|
Reference in New Issue
Block a user