Tuesday, January 7, 2014

[Rails] Xml problem remove node

Hi i am trying to create a sort of xml proxy..
Receving xml through rest and then using nokogiriand mechanize posting
it to another
api. This last api isnt accepting true xml as i will explain.

The api needs
<hash>
<item>
<bid>1</bid>
</item>
<item>
<bid>2</bid>
</item>
</hash>

I am using rails4 with the activeresource gem installed..
The problem is i am getting an node type array that is unwnted..

<hash>
<item type="array">
<item>
<bid>1</bid>
</item>
<item>
<bid>2</bid>
</item>
</item>
</hash>

What i actually need is

<inventory
<item>
<bid>1</bid>
</item>
<item>
<bid>2</bid>
</item>
</inventory>

I was able to get the root node from has to inventory i just now need to
get rid of the item type array..

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/5569a0d3db403af554acea600149eb48%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home


Real Estate