Hi Rhys,
My XML is all over the shop.
In an older system i use Centrepoint XML (the one in clarion without any of the clarion classes, wasn't too impressed by them)
In newer systems i use iqXML.
In my web services i just write XML as text for speed and simplicity reasons.
John Moore has written a nice XML class which is fast and simple. Plus Capesoft have their xFiles which also appears lean.
A word of caution, you can up the MAX:NetBinData size but you will get performance issues, depending upon what you are doing.
I took it up to 640,000 and there was a considerable impact on speed 2-3 times slower. However, my own code contributed to this. Every time you do a CLIP() on a big string it takes time.
Regards
Bill