ERROR - Could not parse XML. Sorry - that's internal stuff... If you got some time - please report a bug.

55 views
Skip to first unread message

Arik Pshedezki

unread,
Nov 8, 2014, 5:02:07 PM11/8/14
to xpath...@googlegroups.com
I entered this xml
<?xml version="1.0"?>
<!DOCTYPE BarIlan SYSTEM "BarIlan.dtd">
<BarIlan>
<Buildings>
<Building>
<Name> 605 </Name>
<Floor>
<Name> 605.1 </Name>
<Class>
<Name> 605.1.1 </Name>
<Chairs> 60 </Chairs>
</Class>
<Class>
<Name> 605.1.2 </Name>
<Chairs> 50 </Chairs>
</Class>
<Class>
<Name> 605.1.3 </Name>
<Chairs> 45 </Chairs>
</Class>
</Floor>
<Floor>
<Name> 605.2 </Name>
<Class>
<Name> 605.2.1 </Name>
<Chairs> 20 </Chairs>
</Class>
<Class type="computers">
<Name> 605.2.2 </Name>
<Chairs> 30 </Chairs>
</Class>
<Class type="computers">
<Name> 605.2.3 </Name>
<Chairs> 45 </Chairs>
</Class>
</Floor>
</Building>
<Building>
<Name> 604 </Name>
<Floor>
<Name> 604.1 </Name>
<Class>
<Name> 604.1.1 </Name>
<Chairs> 20 </Chairs>
</Class>
<Class>
<Name> 604.1.2 </Name>
<Chairs> 80 </Chairs>
</Class>
<Class>
<Name> 604.1.3 </Name>
<Chairs> 41 </Chairs>
</Class>
</Floor>
<Floor>
<Name> 604.2 </Name>
<Class type="computers">
<Name> 604.2.1 </Name>
<Chairs> 30 </Chairs>
</Class>
</Floor>
</Building>
</Buildings>
</BarIlan>

and this xpath:
//Class
and got this response
ERROR - Could not parse XML. Sorry - that's internal stuff... If you got some time - please report a bug.

anatoliy

unread,
May 19, 2015, 4:00:43 AM5/19/15
to xpath...@googlegroups.com, pshed...@gmail.com
Hi,

It attempts to download defined dtd and fails because it does not exists.

Regards,
 anatoliy
Reply all
Reply to author
Forward
0 new messages