Closed ianprime0509 closed 1 year ago
When memory usage is not a big concern, it might be convenient to parse an entire document into a read-only DOM, which implies that a Document node will be needed (along with a helper function to read an entire XML document directly as such a node).
Document
When memory usage is not a big concern, it might be convenient to parse an entire document into a read-only DOM, which implies that a
Document
node will be needed (along with a helper function to read an entire XML document directly as such a node).