| phani.tammineni |
| Newbie |
|
|
|
|
| None Specified |
|
| Wednesday, September 16, 2009 |
| Sunday, January 16, 2011 3:44:47 AM |
1 [0.01% of all post / 0.00 posts per day] |
|
I have used XMLSPY to ocnvert my xsd into c# class project. When I am creating the XML file one of the element is expecting a decimal. But when I create a Decimal value of 200.00 it removes the precision 00 for some reason and just puts 200 in the XML. So when I validate it against the schema it gives me an error saying that it is expecting decimal. There is no problem when specifying decimal values like 200.12,300.13. But the problem comes when I give 00 as precision value.
|
|