mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-28 04:41:59 +03:00
Added news about the release of 1.0.19, Daniel
This commit is contained in:
12
doc/API.html
12
doc/API.html
@ -83,12 +83,12 @@ of libxslt/xsltproc.c and the <a href="tutorial/libxslttutorial.html">tutorial
|
||||
<ol>
|
||||
<li>configure the parser for XSLT:
|
||||
<p>xmlSubstituteEntitiesDefault(1);</p>
|
||||
<p>xmlLoadExtDtdDefaultValue = 1;</p>
|
||||
</li>
|
||||
<li>parse the stylesheet with xsltParseStylesheetFile()</li>
|
||||
<li>parse the document with xmlParseFile()</li>
|
||||
<li>apply the stylesheet using xsltApplyStylesheet()</li>
|
||||
<li>save the result using xsltSaveResultToFile() if needed set
|
||||
<p>xmlLoadExtDtdDefaultValue = 1;</p>
|
||||
</li>
|
||||
<li>parse the stylesheet with xsltParseStylesheetFile()</li>
|
||||
<li>parse the document with xmlParseFile()</li>
|
||||
<li>apply the stylesheet using xsltApplyStylesheet()</li>
|
||||
<li>save the result using xsltSaveResultToFile() if needed set
|
||||
xmlIndentTreeOutput to 1</li>
|
||||
</ol>
|
||||
<p>Steps 2,3, and 5 will probably need to be changed depending on you
|
||||
|
Reference in New Issue
Block a user