Posted by Sanders Kaufman on 09/16/07 02:48
FFMG wrote:
> So how can I strip/replace all the MS Word invalid code from my
> $_POSTs?
I presume you're referring to all the MS Office XML markup.
That's actually good stuff, sometimes.
What you need to do is read the document as an XML file, then all the MS
crap will make sense... and more importantly, be easily stripped away.
Before you strip it away though, you might want to go through it because
you might find that some of the document properties are useful to your
application.
[Back to original message]
|