soulcutter/saxerator

Update XmlBuilder to use REXML class

fanantoxa opened this issue · 4 comments

We need to have single type of object for all parsers when out_type is xml.
So We need to update the code to return REXML intead of nokogiry:xml and update code to use it for ox parser too.
(REXML)[http://ruby-doc.org/stdlib-2.2.3/libdoc/rexml/rdoc/REXML/Document.html]

No, the REXML support is to write an adapter. This is to use REXML as the xml output type

Bradley Schaefer

On Aug 17, 2016, at 2:24 PM, fanantoxa notifications@github.com wrote:

@soulcutter Is task: Implement REXML support the same?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

@soulcutter ok. Than just take a look on PR: #46

Closed via c865cf9