Hi James, you can start by looking at class AxdXmlReader (it internally uses XmlTextReader class).
There are many classes available for XML parsing like XMLTextReader, XMLReader and XmlDocument. AxdXmlReader has been specifically created for reading the XML documents that come through AIF. For schema again there are many classes starting from XmlSchema and so on. You can generate schema, validate XML against schema and stuff like that. Will post you any material that i can get on XML parsing. Regards, Sumit On Wed, Aug 27, 2008 at 9:52 PM, James Flavell <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I am needing to kick start some investigation into reading in an XML file > to AX can anyone direct me to code or any web site with useful information. > I understand XML and the schema etc but wondering is there any parsing > engine and examples to get me started in AX? > > Thanks > James > > > >