Can anyone direct me to site or something that features the concept of XML Processor... I'm kinda stuck. :(
Printable View
Can anyone direct me to site or something that features the concept of XML Processor... I'm kinda stuck. :(
Have you googled it?
http://www.xml.com/pub/a/1999/11/cplus/
Well, I have but not very helpful. Also I don't have to concern myself with the parsing part so I guess your children will starve this christmas.. LOL..
But I have downloaded the source for the Xalan XML processor together with its companion parser Xerces if i'm not mistaken.. and see from there... Still I really don't have much Idea since I havn't been coding in C++ ever, so needs a lot of getting used to. :o
that site linked me to a nice site. thanks.
Xalan is an XSLT processor.
Anyway, what exactly don't you understand? How to use it? You might want to look at the samples:
http://xml.apache.org/xerces-c/samples.html
And the programming guide:
http://xml.apache.org/xerces-c/program.html
Oops hehehe. ;)Quote:
Originally Posted by CornedBee
well how about the idea behind XSLT Processors. =(... Xalan's source is way too much right now.
So you want to know what XSLT is all about? Or just how to use Xalan?