TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
David Smith
NA
2k
0
XML Document Error
Jun 26 2013 7:57 PM
I get this error below reading xml file below. I think is something wrong with the boolean or value in red. In the xsd file its a boolean.
There is an error in xml document (8,72)
XML document below:
<?xml version="1.0" encoding="utf-8"?>
<CalculatedTimes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://tempuri.org/XMLSchema.xsd">
<pNums>
<pNum num="PN1">
<sNums>
<sNum num="SN1">
<Colors>
<Color type="Red" timeTag="1/22/2013 12:00:00 PM"
isDutyColorValidated=true
/>
<Color type="Bkue" timeTag="1/22/2013 12:05:00 PM"
isDutyColorValidated=true
/>
</Colors>
</sNum>
<sNum num="SN2">
<Colors />
</sNum>
</sNums>
</pNum>
</pNums>
</CalculatedTimes>
Reply
Answers (
6
)
How to Export gridview which contain images column to excel
How can i make a POST html page