RE: [Flashcoders] word docs-to-xml file

2006-05-19 Thread Bernard Visscher
Flashcoders mailing list > Onderwerp: Re: [Flashcoders] word docs-to-xml file > > Word to OpenOffice > OpenOffice stores the file as a zip with the actual text in a > file "content.xml" inside the zip. The OpenOffice document > can be opened with any one of the zip p

Re: [Flashcoders] word docs-to-xml file

2006-05-18 Thread Ron Wheeler
Word to OpenOffice OpenOffice stores the file as a zip with the actual text in a file "content.xml" inside the zip. The OpenOffice document can be opened with any one of the zip packages(winrar, winzip,etc) You will find the contents of your document in XML and you only have to read it or trans

RE: [Flashcoders] word docs-to-xml file

2006-05-17 Thread Adrian Lynch
Save the Word doc as HTML and see if it's easier to parse it. I had to do something similar but I gave up as the HTML was a right royal mess. Let us know how you get on. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marlon Harrison Sent: 17 May 200

Re: [Flashcoders] word docs-to-xml file

2006-05-17 Thread Danny Kodicek
I made an xml file for a swf that i'm working on and i'm looking for a quick way to get the data out of the docs into the xml file. basically, there's 50 docs that have data that map to some nodes in my file. is there a text editor or some macro i can use to automate this process? im runnning m