dbertoni 01/07/08 00:20:38
Modified: c/src/XalanTransformer XalanCAPI.h
Log:
Improved comments.
Revision Changes Path
1.14 +6 -6 xml-xalan/c/src/XalanTransformer/XalanCAPI.h
Index: XalanCAPI.h
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XalanTransformer/XalanCAPI.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- XalanCAPI.h 2001/06/22 18:50:59 1.13
+++ XalanCAPI.h 2001/07/08 07:20:36 1.14
@@ -169,12 +169,12 @@
* Transform the XML source tree to a dynamically allocated buffer.
* The processor will apply the stylesheet file to the input file
* and assign the address of the dynamically allocated result to a
- * user defined pointer. The user must call XalanFreeData with the
- * address of this pointer.
+ * user supplied pointer. The user must call XalanFreeData with the
+ * this pointer.
*
* @param theXMLFileName filename of XML input source
* @param theXSLFileName filename of stylesheet source
- * @param theOutFileName filename of output source
+ * @param theOutput a pointer to a char*
* @param theXalanHandle handle of XalanTransformer instance.
* @return 0 for success
*/
@@ -189,12 +189,12 @@
* Transform the XML source tree to a dynamically allocated buffer.
* The processor will apply the compiled stylesheet to the input file
* and assign the address of the dynamically allocated result to a
- * user defined pointer. The user must call XalanFreeData with the
- * address of this pointer.
+ * user supplied pointer. The user must call XalanFreeData with the
+ * this pointer.
*
* @param theXMLFileName filename of XML input source
* @param theCSSHandle handle of compiled stylesheet
- * @param theOutFileName filename of output source
+ * @param theOutput a pointer to a char*
* @param theXalanHandle handle of XalanTransformer instance.
* @return 0 for success
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]