padolsey-archive / jquery.fn

A collection of jQuery plugins
http://james.padolsey.com
The Unlicense
1.1k stars 723 forks source link

namespaces #24

Open rickdog opened 9 years ago

rickdog commented 9 years ago

What can I do the preserve namespaces in the XML entities?

If you look at the result of getting https://raw.githubusercontent.com/mckamey/jsonml/master/jsonml.xslt:

becomes: Is there a way to inform YQL not to mess with namespaces?
rickdog commented 9 years ago

Found a solution, adjust YQL query thusly:

if (o.dataType == 'xml') 
  query = 'select * from xml where url="{URL}"';