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

2006-05-20 Thread Bernard Visscher
I don't know if you have an office version.
But the version I have (2003) can just save the a doc to a XML. 

Bernard

 -Oorspronkelijk bericht-
 Van: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] Namens Ron Wheeler
 Verzonden: donderdag 18 mei 2006 16:45
 Aan: 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 packages(winrar, 
 winzip,etc) You will find the contents of your document in 
 XML and you only have to read it or transform it with XSLT to 
 a format that you like.
 
 Ron
 
 Adrian Lynch wrote:
  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 2006 16:53
  To: Flashcoders mailing list
  Subject: [Flashcoders] word docs-to-xml file
 
 
  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 mac os x (10.4) tiger
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training 
  http://www.figleaf.com http://training.figleaf.com
 
 

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training 
 http://www.figleaf.com http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 transform it with XSLT to a format that you like.


Ron

Adrian Lynch wrote:

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 2006 16:53
To: Flashcoders mailing list
Subject: [Flashcoders] word docs-to-xml file


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 mac os x (10.4) tiger

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


  

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 mac os x (10.4) tiger

It's going to depend on how the data is stored in the Word documents. I use 
Windows myself, but I've written a fair few VBScript automation tools in my 
time and you can achieve pretty much anything. If the data is already 
structured cleanly, then you should be able to automate the process (a good 
way to start is to record a macro of yourself doing the work, then edit the 
script that the macro generates).


Danny 


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 2006 16:53
To: Flashcoders mailing list
Subject: [Flashcoders] word docs-to-xml file


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 mac os x (10.4) tiger

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com