-
-
Notifications
You must be signed in to change notification settings - Fork 905
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
Operating on node attributes #666
Comments
Hello! Thanks for asking this question! Your request for assistance using However, Nokogiri's Github Issues is reserved for reporting bugs or If you'd like to read up on Team Nokogiri's rationale for this policy, Thank you so much for understanding! And thank you for using Nokogiri. |
Done, and done. Sorry for the noise. |
I've noted this issue in the 2.0 Roadmap, as we're planning on improving the API, and this is a candidate suggestion. |
@flavorjones Could you link to the roadmap for 2.0? |
Thanks Mike. feels retarded |
From the docs:
A Nokogiri::XML::Node may be treated similarly to a hash with regard to attributes
I want to prepend a regular hash attribute
This simply cannot be done with nokogiri
You can do this if you
get(attribute)
first, howeverThe text was updated successfully, but these errors were encountered: