S
steve1.yoon
Hello guys.
I've work with parsifal XML parser to parser some XML data. then, it
is occurred an error. the error code is ERR_XMLP_EXPECTED_TOKEN.
misfortunely, there is no description about the error code. so I just
guess this error code means the parser fond an illegal XML data.
please check this XML data.
------------------------------------------------------------------------------------------------------------------------
1: <book id="bk101">
2: <author name=Randall, Cynthia age=35/>
3: <title>XML Developer's Guide</title>
4: <genre>Computer</genre>
5: <price country=EUR currency=EURO>44.95</price>
6: <publish_date>2000-10-01</publish_date>
7: <description>An in-depth look at creating applications with XML.</
description>
8: </book>
------------------------------------------------------------------------------------------------------------------------
the error occurred on line 2.
I can't sure this line is correct as XML specifications.
thank you.
steve yoon
I've work with parsifal XML parser to parser some XML data. then, it
is occurred an error. the error code is ERR_XMLP_EXPECTED_TOKEN.
misfortunely, there is no description about the error code. so I just
guess this error code means the parser fond an illegal XML data.
please check this XML data.
------------------------------------------------------------------------------------------------------------------------
1: <book id="bk101">
2: <author name=Randall, Cynthia age=35/>
3: <title>XML Developer's Guide</title>
4: <genre>Computer</genre>
5: <price country=EUR currency=EURO>44.95</price>
6: <publish_date>2000-10-01</publish_date>
7: <description>An in-depth look at creating applications with XML.</
description>
8: </book>
------------------------------------------------------------------------------------------------------------------------
the error occurred on line 2.
I can't sure this line is correct as XML specifications.
thank you.
steve yoon