PhilGale92 / docx

PHP Based Docx Parser
MIT License
38 stars 19 forks source link

Text styling sometimes not saving #7

Closed PhilGale92 closed 11 years ago

PhilGale92 commented 11 years ago

Occasionally the text style name is not saved along side the text, due to the ::_getArray(); method breaking.

PhilGale92 commented 11 years ago

I've refactored the style parser from scratch to use xPath() & DomDocument objects and now the style parser always returns the expected style name.