elurnineurb
New Member
When deserializing this XML I got an error like this.\[quote\] There is an error in XML document (2, 2).
\[code\]<RootElement xmlns='http://192.168.1.31/controller.xml'>\[/code\] was not expected.\[/quote\]My XML:\[code\]<?xml version="1.0" encoding="ASCII"?><RootElement xmlns="http://192.168.1.34/controller.xml" version="1.1.2"> <NodeID>NodeID</NodeID> <CurrentTime>9:38:43 </CurrentTime> <CurrentDate>Jan 28, 2012</CurrentDate></RootElement >\[/code\]What wrong in my code?
\[code\]<RootElement xmlns='http://192.168.1.31/controller.xml'>\[/code\] was not expected.\[/quote\]My XML:\[code\]<?xml version="1.0" encoding="ASCII"?><RootElement xmlns="http://192.168.1.34/controller.xml" version="1.1.2"> <NodeID>NodeID</NodeID> <CurrentTime>9:38:43 </CurrentTime> <CurrentDate>Jan 28, 2012</CurrentDate></RootElement >\[/code\]What wrong in my code?