Search code examples
c#cxml-commercexml

C# and cXML - Best way to do it


Does anyone have worked with cXML and C#?

I'm working in a project that will need to create cXML files (integration will Dell's electronic Purchase Ordering system) and have found some libs like this one, but now I wonder if anyone here has another ideia of how to create those files.

Thanks!


Solution

  • Well, cXML is based on XML, so you could use XmlWriter, XmlDocument, XDocument (Linq to XML), or even XML serialization if you want an object model of the document