1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-01 14:06:55 +03:00

New tutorial from Panagiotis Louridas integrated the tutorial in the

* doc/tutorial2/libxslt_pipes.*: New tutorial from Panagiotis Louridas
* libxslt.spec.in doc/Makefile.am: integrated the tutorial in the
  distribution
Daniel
This commit is contained in:
Daniel Veillard
2004-09-28 14:22:23 +00:00
parent 72859bf2f6
commit c4799bf461
9 changed files with 1365 additions and 4 deletions

View File

@ -681,6 +681,7 @@
<field name='doc' type='xmlDocPtr' info=' the parsed document'/>
<field name='keys' type='void *' info=' key tables storage'/>
<field name='includes' type='struct _xsltDocument *' info=' subsidiary includes'/>
<field name='preproc' type='int' info=' pre-processing already done'/>
</struct>
<typedef name='xsltDocumentPtr' file='xsltInternals' type='xsltDocument *'/>
<struct name='xsltElemPreComp' file='xsltInternals' type='struct _xsltElemPreComp'>
@ -844,7 +845,9 @@ informations are stored'/>
*'/>
<field name='attVTs' type='void *' info='* if namespace-alias has an alias for the default stylesheet prefix
*'/>
<field name='defaultAlias' type='const xmlChar *' info=''/>
<field name='defaultAlias' type='const xmlChar *' info='* bypass pre-processing (already done) (used in imports)
*'/>
<field name='nopreproc' type='int' info=''/>
</struct>
<typedef name='xsltStylesheetPtr' file='xsltInternals' type='xsltStylesheet *'/>
<struct name='xsltTemplate' file='xsltInternals' type='struct _xsltTemplate'>