Hi all,
Can I retrive a value from .xml file in a ruby script.
If the xml file look like this.
- <?xml version="1.0" ?>
- user_name
- user_password
- Login *
**
Can i retrieve Login,user_name or user_password in my ruby code?
**
*
*
Hi all,
Can I retrive a value from .xml file in a ruby script.
If the xml file look like this.
**
Can i retrieve Login,user_name or user_password in my ruby code?
**
*
*
Have a look at REXML, specifically it’s XPath functionality.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs