I have few questions related to cXML (commerce eXtensible Markup Language). As I understand cXML document is constructed based on XML Document Type Definitions (DTDs). Acting as templates, DTDs define the content model of a cXML document, for example, the valid order and nesting of elements, and the data types of attributes.
Above brief introduction about cXML. What I am trying to achieve is to process cXML as we will receive cXML based invoices from suppliers and we need to import them to our ERP system and then process it appropriately. My initial questions are:
1) As per cXML User's guide (can be downloaded from the link above) - "All generated cXML documents must point to the DTDs at cXML.org, not the local DTDs". This means we cannot have our own DTDs?
2) Processing - Once we received the cXML based invoice from the supplier - how can we process it? I mean mapping of VAT-Code etcetera ? Is there any sample available? (.NET based)
I am un-able to find out much information on it apart from various people looking for creating cXML as rampidbyter. In short I am still un-able to find out any samples or any information on the processing of it.
Thanks for any pointers in advance...