summaryrefslogtreecommitdiff
path: root/doc/html/libxslt-xsltInternals.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-08-09 22:24:34 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-08-09 22:24:34 +0000
commit880b98c9e1b30ed40713ec430fc75fdbe48e9dde (patch)
treeae0a3b9f3ae8a8af380a999cd4e388d907e9d54a /doc/html/libxslt-xsltInternals.html
parent5814e8cf8b16f02b8748ea73e96273839b88d496 (diff)
downloadlibxslt-880b98c9e1b30ed40713ec430fc75fdbe48e9dde.tar.gz
libxslt-880b98c9e1b30ed40713ec430fc75fdbe48e9dde.tar.bz2
libxslt-880b98c9e1b30ed40713ec430fc75fdbe48e9dde.zip
preparing libxslt-1.0.32 release updated the doc and rebuilt Daniel
* News configure.in: preparing libxslt-1.0.32 release * doc/* : updated the doc and rebuilt Daniel
Diffstat (limited to 'doc/html/libxslt-xsltInternals.html')
-rw-r--r--doc/html/libxslt-xsltInternals.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/libxslt-xsltInternals.html b/doc/html/libxslt-xsltInternals.html
index 097c40fb..c329fe3f 100644
--- a/doc/html/libxslt-xsltInternals.html
+++ b/doc/html/libxslt-xsltInternals.html
@@ -494,13 +494,13 @@ precomputed data.</p><p>
xmlChar *methodURI; /* associated namespace if any */
xmlChar *version; /* version string */
xmlChar *encoding; /* encoding string */
- int omitXmlDeclaration; /* omit-xml-declaration = &quot;yes&quot; | &quot;no&quot; */
+ int omitXmlDeclaration; /* omit-xml-declaration = "yes" | "no" */
/*
* Number formatting.
*/
xsltDecimalFormatPtr decimalFormat;
- int standalone; /* standalone = &quot;yes&quot; | &quot;no&quot; */
+ int standalone; /* standalone = "yes" | "no" */
xmlChar *doctypePublic; /* doctype-public string */
xmlChar *doctypeSystem; /* doctype-system string */
int indent; /* should output being indented */
@@ -605,7 +605,7 @@ parse an XSLT stylesheet output element and record
information related to the stylesheet output</p><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>style</tt></i> :</span></td><td> the XSLT stylesheet
-</td></tr><tr><td><span class="term"><i><tt>cur</tt></i> :</span></td><td> the &quot;output&quot; element
+</td></tr><tr><td><span class="term"><i><tt>cur</tt></i> :</span></td><td> the "output" element
</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xsltParseStylesheetDoc"></a>xsltParseStylesheetDoc ()</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> xsltParseStylesheetDoc (<GTKDOCLINK xmlns="http://www.w3.org/TR/xhtml1/transitional" HREF="xmlDocPtr">xmlDocPtr</GTKDOCLINK> doc);</pre><p>
parse an XSLT stylesheet building the associated structures</p><p>