Currently CPaint generates the XML for data being
returned from the backend. However I'm integrating
with a database that automatically generates XML for a
query.
I've modified CPaint to support this by providing an
extra tag called "CUSTOM_XML" that tells the backend
engine not to convert the data to Unicode (otherwise I
could have just assigned the entire XML using set_data()
The entire modification can be seen here in the cpaint
forum:
http://cpaint.booleansystems.com/forums/viewtopic.php?t=68
Thanks,
Angus