Open drzraf opened 7 years ago
Is it possible with XMLReader->open()?
XMLReader->open()
It could be a nice memory saver for huge files (in the event the whole data does not need to be fully parsed before starting importing), and very practical to import compressed (xz) or remote (ssh) XHR files piping them to the importer.
is it abandonned?
@pbiron , for 1.3?
Is it possible with
XMLReader->open()
?It could be a nice memory saver for huge files (in the event the whole data does not need to be fully parsed before starting importing), and very practical to import compressed (xz) or remote (ssh) XHR files piping them to the importer.