We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
becomes:
Is there a way to inform YQL not to mess with namespaces?
The text was updated successfully, but these errors were encountered:
Found a solution, adjust YQL query thusly:
if (o.dataType == 'xml') query = 'select * from xml where url="{URL}"';
Sorry, something went wrong.
No branches or pull requests
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:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
becomes:
Is there a way to inform YQL not to mess with namespaces?
The text was updated successfully, but these errors were encountered: