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
xslt.transform(doc, {:x => 1, :y => 2})
it should at least throw an invalid argument error
The text was updated successfully, but these errors were encountered:
nokogiri 1.4.1, ruby 1.9.1p243, libxslt 1.1.24, libxml 2.7.3-r2 on x86_64
Sorry, something went wrong.
transform accepts hashes as parameters. closed by c9c5aeb
fixed with 1.4.2? good work!
No branches or pull requests
xslt.transform(doc, {:x => 1, :y => 2})
it should at least throw an invalid argument error
The text was updated successfully, but these errors were encountered: