If I add it plainly, it whines. If I add it in CDATA, it says "Error Message: Closing tag for "![CDATA[" node not defined. Affected Elements: XmlManager.ParseNode();" Why does it not recognize ]]> for CDATA?
The xml parser is nothing special. I didn't want to have to support the wacky xml framework that "comes" with php, so I wrote a very simple, very fast parser on my own. Like you say: PHP :/
I've been doing nothing but .NET professionally for years now and there are so many times I wish I could do it open-source as well. But you just can't reach the same audience with .NET :(
Yeah. I've been trying to write on and off a BitTorrent client in C#, now switched to Boo ( http://boo.codehaus.org ) and did some stuff for Boo too. I've been dragging my feet due to other commitments and distractions. However, it's now dead since uTorrent is what I wanted from a BT client.
I noticed that you were on the other side based on the coding style of Vanilla. It looks .NETish You tried to make PHP pretty, and that is almost impossible since it's got every coding style ever invented used for its builtin functions.