soulcutter / saxerator

A SAX-based XML parser for parsing large files into manageable chunks
MIT License
128 stars 19 forks source link

Update XmlBuilder to use REXML class #43

Closed fanantoxa closed 7 years ago

fanantoxa commented 8 years ago

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]

fanantoxa commented 8 years ago

@soulcutter Is task: Implement REXML support the same?

soulcutter commented 8 years ago

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.

fanantoxa commented 8 years ago

@soulcutter ok. Than just take a look on PR: https://github.com/soulcutter/saxerator/pull/46

soulcutter commented 7 years ago

Closed via c865cf9