Replies: 1 comment
-
|
Please use https://github.com/nodable/flexible-xml-parser with Sequential Output Builder or Feedbale input source. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am wondering how to best go on about parsing a very large XML. For example coming as a stream from fs. This is for files that are larger than RAM available (for example running in a docker or kubernetes container, or on Raspberry Pi).
I see in examples on the main page:
But not sure if this is supposed to be used with something like a generator invoking
next()or in a stream?Beta Was this translation helpful? Give feedback.
All reactions