.DOC to XML

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
aayushpuri
Forum Newbie
Posts: 2
Joined: Wed May 14, 2003 5:30 am

.DOC to XML

Post by aayushpuri »

Hi,
I want to convert a word template(.doc) to XML such that its DTD is known to me.
I do not want to convert the whole word document(actually a .DOC form whode entries are to be filled up by users) to a formatted XML format. What I need is to generate a heirarchy based on the given template and DTD, so that I can read through the entries in the word document.It is important that I do it in PHP. Is there any way out.Are there some tools available on the net for the same.
Its really urgent.
TIA
-Aayush Puri
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Post Reply