Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wine-mirror
GitHub Repository: wine-mirror/wine
Path: blob/master/libs/xslt/libxslt/transformInternals.h
8666 views
1
/*
2
* Summary: set of internal interfaces for the XSLT engine transformation part.
3
*
4
* Copy: See Copyright for the status of this software.
5
*
6
* Author: David Kilzer <[email protected]>
7
*/
8
9
void xsltCleanupSourceDoc(xmlDocPtr doc);
10
11