The Real cha0s
Order emerges out of cha0s :)

Reply to comment

chi XML library, stronger than SimpleXML, much easier than libxml++

I developed this XML library because SimpleXML isn't powerful enough, but libxml++ is like a nuclear warhead on crack. So, chi XML library strives to find a happy medium. The library is organized under the namespace chi. You can view the documentation over at the XML docs page. You can use it like this:

XML xml("/my/file/name.xml");
cout << xml.child("some_tag").child("some_other_tag").attribute("attr");

If this XML is given:

<base>
  <some_tag>
    <some_other_tag attr="chi Library is easy!">
    </some_other_tag>
  </some_tag>
</base>

Then the result would be:

Chi Library is easy!

Enjoy <3

AttachmentSize
xml.tar_.gz7.32 KB

Reply

  • E-Mail addresses are hidden with reCAPTCHA Mailhide.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
Prove you're a human!