Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requesting XML Data in Cross Domain AJAX #2

Open
hleinone opened this issue Sep 3, 2010 · 0 comments
Open

Requesting XML Data in Cross Domain AJAX #2

hleinone opened this issue Sep 3, 2010 · 0 comments

Comments

@hleinone
Copy link

hleinone commented Sep 3, 2010

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 when dataType: "xml" is requested?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant