|
Subject: [xsl] How to capture errors in XSLT transformation? From: Esther Parrilla Endrino <esther.parrilla@xxxxxxxxxxxxxxxx> Date: Thu, 13 Nov 2003 16:37:14 +0100 |
// parse XSL cur = xsltParseStylesheetFile((const xmlChar *)xslFile_name); // parse XML doc = xmlParseFile(xmlFile_name); // apply XSL res = xsltApplyStylesheet(cur, doc, params); // display in stdout //xsltSaveResultToFile(stdout, res, cur); // saves formatted file to disk xmlSaveFile(formattedFile_name, res);
// deallocate
xsltFreeStylesheet(cur);
xmlFreeDoc(res);
xmlFreeDoc(doc);
xsltCleanupGlobals();
xmlCleanupParser();| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] format-dateTime localised, Michael Kay | Thread | [xsl] Handling "IDL" Inheritence, Ram |
| Re: [xsl] empty elements to filled , James Cummings | Date | [xsl] Handling "IDL" Inheritence, Ram |
| Month |