Skip to content

Commit

Permalink
Add: New XML file iterator for large list-like XML
Browse files Browse the repository at this point in the history
This adds functions and data type for iterating over subelements in
an XML file at a given tree depth without having to keep the object
model (DOM) of the whole document in memory.

This is useful for handling larger list-like XML documents like the CPE
dictionary.
  • Loading branch information
timopollmeier committed Mar 1, 2024
1 parent e2e2adc commit 5daea7c
Show file tree
Hide file tree
Showing 2 changed files with 793 additions and 0 deletions.
Loading

0 comments on commit 5daea7c

Please sign in to comment.