B BLUE May 24, 2007 #1 On CF 1.x XmlValidatingReader is missing: is there any way to validate an XML file against its XML schema? Thanks, Luigi.
On CF 1.x XmlValidatingReader is missing: is there any way to validate an XML file against its XML schema? Thanks, Luigi.
G Guest May 24, 2007 #2 Import the Msxml.dll com object into your app, and then you can use the dom parser to validate you xml against schema. Rick D. Contractor
Import the Msxml.dll com object into your app, and then you can use the dom parser to validate you xml against schema. Rick D. Contractor
B BLUE May 24, 2007 #3 Could you tell me where I can find Msxml.dll? It is not on my pc nor on my Windows CE .Net 4.2 device and any downloadable xml parser doesn't support handhel OSes. Thanks, Luigi.
Could you tell me where I can find Msxml.dll? It is not on my pc nor on my Windows CE .Net 4.2 device and any downloadable xml parser doesn't support handhel OSes. Thanks, Luigi.
G Guest May 24, 2007 #4 BLUE, here is a good article to tell you how to use MsXml.dll on your device: http://www.devbuzz.com/content/zinc_evb_xml_pg1.asp I hope this helps. Rick D. Contractor
BLUE, here is a good article to tell you how to use MsXml.dll on your device: http://www.devbuzz.com/content/zinc_evb_xml_pg1.asp I hope this helps. Rick D. Contractor
B BLUE May 24, 2007 #5 I forgot saying I'm using visual C# 2003: it doesn't let me importing that DLL Thanks, Luigi.
G Guest May 24, 2007 #6 Luigi, I'm currently at a contract that only uses VS 2005. I'll go home this evening and see if I can find a work around. Rick C. Contractor
Luigi, I'm currently at a contract that only uses VS 2005. I'll go home this evening and see if I can find a work around. Rick C. Contractor