I need to do database queries against XML structured notes fields, looking for specific field-value pairs. I'm successfully parsing the XML but am seeing odd data values where there are spaces padding both sides, and CDATA sections everywhere. Not a big deal but I need to know if the XML is always like this or is it possible things sometimes aren't padded with spaces.
Does Commit validate against the DTD?
<?commitcrmSTRUCTUREDNOTExml version="1.0" ?>
I figured out the ValuesList and ValueListKind coding and the A and V field types. There are probably other types I haven't seen yet.
Any documentation of what to expect in the XML?
-- Craig
Does Commit validate against the DTD?
<?commitcrmSTRUCTUREDNOTExml version="1.0" ?>
I figured out the ValuesList and ValueListKind coding and the A and V field types. There are probably other types I haven't seen yet.
Any documentation of what to expect in the XML?
-- Craig
Comment