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
This can be fixed be changing the query from 'select * from html where url="{URL}" and xpath="*"' to 'select * from xml where url="{URL}"' but it would make it unusable on other occasions. Is it possible to change the query when dataType: "xml" is requested?
The text was updated successfully, but these errors were encountered:
Requesting an XML file for example http://p3p.yahoo.com/w3c/p3p.xml will return:
<title/>
/*
While the expected value would be:
/*
This can be fixed be changing the query from
'select * from html where url="{URL}" and xpath="*"'
to'select * from xml where url="{URL}"'
but it would make it unusable on other occasions. Is it possible to change the query whendataType: "xml"
is requested?The text was updated successfully, but these errors were encountered: