Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(943)

Side by Side Diff: third_party/libxslt/src/libxslt/transform.h

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Consistent quotes. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Summary: the XSLT engine transformation part. 2 * Summary: the XSLT engine transformation part.
3 * Description: This module implements the bulk of the actual 3 * Description: This module implements the bulk of the actual
4 * transformation processing. Most of the xsl: element 4 * transformation processing. Most of the xsl: element
5 * constructs are implemented in this module. 5 * constructs are implemented in this module.
6 * 6 *
7 * Copy: See Copyright for the status of this software. 7 * Copy: See Copyright for the status of this software.
8 * 8 *
9 * Author: Daniel Veillard 9 * Author: Daniel Veillard
10 */ 10 */
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 xmlNodePtr node, 198 xmlNodePtr node,
199 xsltTemplatePtr templ, 199 xsltTemplatePtr templ,
200 xsltTransformContextPtr ctxt); 200 xsltTransformContextPtr ctxt);
201 201
202 #ifdef __cplusplus 202 #ifdef __cplusplus
203 } 203 }
204 #endif 204 #endif
205 205
206 #endif /* __XML_XSLT_TRANSFORM_H__ */ 206 #endif /* __XML_XSLT_TRANSFORM_H__ */
207 207
OLDNEW
« no previous file with comments | « third_party/libxslt/src/libxslt/templates.c ('k') | third_party/libxslt/src/libxslt/transform.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698