PhilGale92 / docx

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

Hyperlink parsing #9

Closed PhilGale92 closed 11 years ago

PhilGale92 commented 11 years ago

Currently hyperlinked text is ignored.

A link parser is now in progress, as the link could make up a single word within a line of text the linked word(s)'s have to be wrapped directly with the link html (depending on $this->convertPlaceholders it will either be wrapped with an <a> tag, or PLACEHOLDER_* brackets)