REXML is a conformant XML processor for the Ruby programming language. REXML is included in the standard library of Ruby.
Questions tagged [rexml]
124 questions
-1
votes
1 answer
REXML ruby next element
I'm trying to get element and next element from XML

morris
- 29
- 3
-1
votes
3 answers
How to access XML parameters conditionally
This is a XML code snippet:
CMD_EXPORT_RAM_KEY
40
ff
40
ff
…

SJ_68
- 1
-1
votes
1 answer
Error in posting in RSpec: Illegal character '&' in raw string
I am trying to test my post into my API using RSpec, passing the hash params with the parameters to be passed to my application, and the hash @env with the authentication parameters.
I got this error I have no idea why it happened, can anyone…

Tomás Lima
- 313
- 2
- 9
-1
votes
1 answer
Undefined local variable or method 'tsapi' for main.Object (NameError)
I am a nobie to Ruby and found the rubyphone code and I have attempted to get it to work with xml. Which I have gotten it to see the xml. The only part now is that it errors on : test.rb:17: undefined local variable or method `tsapi' for main:Object…

pettitg
- 1
- 1