Re: [xml] SAX parsing



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]