|
-
Feb 10th, 2005, 10:00 PM
#1
Thread Starter
Banned
XML Processor using C++
Can anyone direct me to site or something that features the concept of XML Processor... I'm kinda stuck.
-
Feb 11th, 2005, 12:25 AM
#2
Re: XML Processor using C++
-
Feb 11th, 2005, 01:22 AM
#3
Thread Starter
Banned
Re: XML Processor using C++
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.
-
Feb 11th, 2005, 01:50 AM
#4
Re: XML Processor using C++
that site linked me to a nice site. thanks.
-
Feb 11th, 2005, 04:58 AM
#5
Re: XML Processor using C++
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
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Feb 16th, 2005, 03:38 AM
#6
Thread Starter
Banned
Re: XML Processor using C++
 Originally Posted by CornedBee
Oops hehehe. 
well how about the idea behind XSLT Processors. =(... Xalan's source is way too much right now.
-
Feb 16th, 2005, 04:42 AM
#7
Re: XML Processor using C++
So you want to know what XSLT is all about? Or just how to use Xalan?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|