| Issue 116: | Validation of values passed to XML file. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hello All, we need to check the values between the tag <TIER>1a2</TIER> //invalid <TIER>a1</TIER> //invalid <TIER>-1</TIER> //invalid Basically strtoll() function call will do it but the code seems to be not running properly. I am looking after the issue. This may even change the code of all the three parsers.
Aug 2, 2009
Project Member
#1
charles....@gmail.com
Aug 2, 2009
(No comment was entered for this change.)
Summary:
Validation of values passed to XML file.
|