You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python2.7
import xpath
from xml.dom import minidom
xml =
minidom.parseString("<Rerservations><Rerservation><endDate>2011-03-15T11:00:00+0
8:00</endDate></Rerservation></Rerservations>")
xpath.find(xml,"/Reservations/endDate")
Traceback (most recent call last):
File "<pyshell#8>", line 1, in <module>
xpath.find(xml,"/Reservations/Reservation/endDate")
File "C:\Python27\lib\site-packages\xpath\__init__.py", line 23, in api_function
raise e
XPathParseError: Syntax error:
<xml.dom.minidom.Document instance at 0x014A53C8>
^
Original issue reported on code.google.com by [email protected] on 14 Mar 2011 at 6:45
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 Mar 2011 at 6:45The text was updated successfully, but these errors were encountered: