Re: [xslt] function missing !!
- From: Tom Moog <tmoog polhode com>
- To: xslt liste <xslt gnome org>
- Subject: Re: [xslt] function missing !!
- Date: Tue, 9 Oct 2001 10:48:05 -0500 (CDT)
Two steps:
xmlDocPtr styleSheetAsXml =
xmlParseMemory(styleSheetString,
styleSheetStringLength);
if (styleSheetAsXml == NULL) goto ERR;
xsltStylesheetPtr styleSheetAsXsl =
xsltParseStylesheetDoc(styleSheetAsXml);
On Tue, 9 Oct 2001, Michael Taubert wrote:
> i'm searching for a function similar to
>
> xsltParseStylesheetFile (const xmlChar* filename);
>
> but with a memory pointer as argument. like
>
> xsltParseStylesheetFile (char* xsltData);
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]