soulcutter / saxerator

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

Adds ability for element attributes to be output when converting to Hash #4

Closed cselmer closed 11 years ago

cselmer commented 11 years ago

This ability was useful for me when the resulting object needed to be flattened - otherwise the element attributes are lost when converting to a Hash.

soulcutter commented 11 years ago

I like the idea - I'll give this a thorough look tonight, but from a brief glance it looks good. Thanks!

soulcutter commented 11 years ago

Upon further inspection it looks solid!