humanmade / WordPress-Importer

In-development rewrite of the WordPress (WXR) Importer
Other
358 stars 63 forks source link

read the XML from a stream (ex: stdin) #136

Open drzraf opened 7 years ago

drzraf commented 7 years ago

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.

drzraf commented 6 years ago

is it abandonned?

drzraf commented 6 years ago

@pbiron , for 1.3?