[xml] SAX parsing



Hi,

I just read a tutorial how to implement a SAX based parser:

http://www.daa.com.au/~james/gnome/xml-sax/implementing.html

I need exactly this functionality bit not for files. I need it for XML 
documents in memory.

I have produced an xml document with 

res = xsltApplyStylesheet(cur, doc, NULL);

Now I want to parse the res with SAX. Is this possible? If yes, how can I do 
it?

Thanx in advance

Matthias






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]