Validating XML on CF 1.x: how?

  • Thread starter Thread starter BLUE
  • Start date Start date
B

BLUE

On CF 1.x XmlValidatingReader is missing: is there any way to validate an
XML file against its XML schema?


Thanks,
Luigi.
 
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
 
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.
 
I forgot saying I'm using visual C# 2003: it doesn't let me importing that
DLL :(


Thanks,
Luigi.
 
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
 
Back
Top