Skip to content
Snippets Groups Projects
Commit d488ee585ad8 authored by William M. Brack's avatar William M. Brack
Browse files

fixed type for doctypeSystem and doctypePublic (problem reported on the

* python/libxslt-python-api.xml: fixed type for doctypeSystem
  and doctypePublic (problem reported on the list by Sitsofe
  Wheeler)
* doc/libxslt-api.xml: updated database.
parent 0dcb8b2867f0
No related branches found
No related tags found
No related merge requests found
Mon Jul 12 08:28:07 HKT 2004 William Brack <wbrack@mmm.com.hk>
* python/libxslt-python-api.xml: fixed type for doctypeSystem
and doctypePublic (problem reported on the list by Sitsofe
Wheeler)
* doc/libxslt-api.xml: updated database.
Sun Jul 11 22:46:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
* transform.c: small change to key handling for RVT, needed
......
This diff is collapsed.
......@@ -161,8 +161,8 @@
</function>
<function name='xsltStylesheetGetDoctypePublic' file='python_accessor'>
<info>Get the output PUBLIC of a stylesheet</info>
<return type='xmlChar *' info="The output PUBLIC" field="doctypePublic"/>
<return type='const xmlChar *' info="The output PUBLIC" field="doctypePublic"/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
</function>
<function name='xsltStylesheetGetDoctypeSystem' file='python_accessor'>
<info>Get the output SYSTEM of a stylesheet</info>
......@@ -165,8 +165,8 @@
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
</function>
<function name='xsltStylesheetGetDoctypeSystem' file='python_accessor'>
<info>Get the output SYSTEM of a stylesheet</info>
<return type='xmlChar *' info="The output SYSTEM" field="doctypeSystem"/>
<return type='const xmlChar *' info="The output SYSTEM" field="doctypeSystem"/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
</function>
<function name='xsltStylesheetGetPrivate' file='python_accessor'>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment