Franz Josef Kaiser

Results 98 comments of Franz Josef Kaiser
trafficstars

Shouldn't this go into the wiki? User stories and such?

The following error message comes from [this call](https://github.com/humanmade/WordPress-Importer/blob/947da7fe15ea8dbe7a734b580b3851da6669023b/class-wxr-importer.php#L215). The `$reader` is fetched via [`\WRX_Importer::get_reader( $file )`](https://github.com/humanmade/WordPress-Importer/blob/947da7fe15ea8dbe7a734b580b3851da6669023b/class-wxr-importer.php#L115-L134), meaning it's an instance of [`\XMLReader`](http://php.net/manual/en/book.xmlreader.php). ``` Warning: XMLReader::expand(): /…/example.xml_-1.txt:4783: parser error : Input...

> […] the performance degradation here was significant last time I checked Point taken. While I do not get why there should be a difference during compile time with a...

Thinking out loud: Is there a XSD schema link attached to an exported XML? If yes, maybe the schema [should get set](http://php.net/manual/en/xmlreader.setschema.php) and the parser can be set to [validate...

> as it'd require a full run-through of the file for validation Maybe that should be just a separate step up front, saving both the user as the parser some...

> […] if you can benchmark this with a largish file Sorry, but my help here can be taken as _neighbourhood help_. I am not even using the plugin and...

Imo there should be a separate Backbone/Underscores page that should cover the basics and another one covering _Media_ as the `wp.media` wrapper is very specific to only Media and can't...

A _Themes_ chapter could have information about displaying images and strategies for that. It could also show how to register image sizes, change how to display images or alter their...

Yes, I'd rename that. And make _Templates_ a sub chapter of _Themes_. There's much more to themes that needs covering than just templates.