summaryrefslogtreecommitdiff
path: root/doc/libxslt-api.xml
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-04-15 13:59:07 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-04-15 13:59:07 +0000
commit00ce7dd8145168d1bfb75a5b0e41e6d288239d0d (patch)
treea4f5ccb9451660db940490f7d3cc890f9580bda7 /doc/libxslt-api.xml
parent42681a3efe05f484882e834c55df1f38419f6827 (diff)
downloadlibxslt-00ce7dd8145168d1bfb75a5b0e41e6d288239d0d.tar.gz
libxslt-00ce7dd8145168d1bfb75a5b0e41e6d288239d0d.tar.bz2
libxslt-00ce7dd8145168d1bfb75a5b0e41e6d288239d0d.zip
fixing the equivalent of #75779 Daniel
* python/Makefile.am: fixing the equivalent of #75779 Daniel
Diffstat (limited to 'doc/libxslt-api.xml')
-rw-r--r--doc/libxslt-api.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml
index 667f28a1..05588837 100644
--- a/doc/libxslt-api.xml
+++ b/doc/libxslt-api.xml
@@ -96,6 +96,7 @@
<exports symbol='xsltParseStylesheetAttributeSet'/>
<exports symbol='xsltFreeAttributeSetsHashes'/>
<exports symbol='xsltApplyAttributeSet'/>
+ <exports symbol='xsltResolveStylesheetAttributeSet'/>
</file>
<file name='xsltInternals'>
<exports symbol='XSLT_MAX_SORT'/>
@@ -1370,6 +1371,11 @@
<info>Registers the test module</info>
<return type='void'/>
</function>
+ <function name='xsltResolveStylesheetAttributeSet' file='attributes'>
+ <info>resolve the references between attribute sets.</info>
+ <return type='void'/>
+ <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet '/>
+ </function>
<function name='xsltRunStylesheet' file='transform'>
<info>Apply the stylesheet to the document and generate the output according to output SAX and IObuf. It&apos;s an error to specify both SAX and IObuf. </info>
<return type='int' info='the number of by written to the main resource or -1 in case of error. '/>