Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
barrkel
on June 19, 2012
|
parent
|
context
|
favorite
| on:
Parsing huge XML files with Go
SAX style (parsing library callbacks) is not your only option; you can also use an iterator style (i.e. something like XmlReader in C#).
_3u10
on June 19, 2012
|
next
[–]
Oops, mistook SAX for iterator, I really prefer XmlReader to SAX style.
masklinn
on June 19, 2012
|
prev
[–]
> you can also use an iterator style (i.e. something like XmlReader in C#).
This category is generally called "pull parsers" (as opposed to SAX-style event-driven parsers)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: