[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] SAX parsing
- From: matthias pieroth t-online de
- To: xml gnome org
- Subject: Re: [xml] SAX parsing
- Date: Tue, 28 Jan 2003 10:04:20 +0100 (CET)
cbozeman hiwaay net schrieb:
> You seem to be confused. The result (res) of
> xsltApplyStylesheet is an in
> memory document, i.e it is already parsed. As Daniel
> stated previously, all
> you need to do is walk the tree to get the information
> you want.
Yes, I know, but isn't this less efficient than using SAX.
And I want to know how I can apply a stylesheet on an xmltree (not a
file). Can you tell me how I can do this?
In the tutorial is only this mentioned:
cur = xsltParseStylesheetFile((const xmlChar *)argv[i]);
So you need a file to do this.
Thanx in advance
Matthias
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]