Results 1 to 7 of 7

Thread: XML Processor using C++

  1. #1

    Thread Starter
    Banned debbie_82's Avatar
    Join Date
    Jan 2004
    Location
    inside a hollow void
    Posts
    104

    XML Processor using C++

    Can anyone direct me to site or something that features the concept of XML Processor... I'm kinda stuck.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: XML Processor using C++


  3. #3

    Thread Starter
    Banned debbie_82's Avatar
    Join Date
    Jan 2004
    Location
    inside a hollow void
    Posts
    104

    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.

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: XML Processor using C++

    that site linked me to a nice site. thanks.

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    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.

  6. #6

    Thread Starter
    Banned debbie_82's Avatar
    Join Date
    Jan 2004
    Location
    inside a hollow void
    Posts
    104

    Re: XML Processor using C++

    Quote Originally Posted by CornedBee
    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.

    well how about the idea behind XSLT Processors. =(... Xalan's source is way too much right now.

  7. #7
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    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
  •  



Click Here to Expand Forum to Full Width