XSD:TIME and .NET
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
(i'm reposting, first time i posted i wasn't logged in :( ) hello i have an xsd with a tag from type "xsd:time". when i generate a sample xml file with XML spy i get this sample filled in: 14:20:0Z now when i try to parse this file with the .NET xpathdocument the application crashes on this line: XPathDocument document = new XPathDocument(readerToUse); (readerToUse is of type xmlreader) it crashes and says this string in REGTIME is not a valid string for type DATETIME. so i assume .NET recognizes the xsd:time field, but says it's invalid, why? xmlspy says it's ok. i hope someone can help me out here. thank you -- modified at 9:48 Monday 29th August, 2005