![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have this code that creates an HTML formatted document and I can open the document through Word. But I want the format to be truely MS Word (2003). Does anyone know how to do this? |
#3
| |||
| |||
|
|
I have this code that creates an HTML formatted document and I can open the document through Word. But I want the format to be truely MS Word (2003). Does anyone know how to do this? |
#4
| |||
| |||
|
|
Casper wrote: I have this code that creates an HTML formatted document and I can open the document through Word. But I want the format to be truely MS Word (2003). Does anyone know how to do this? Word 2003 can handle a couple of formats like doc, rtf and WordML. WordML is XML so it is possible to write an XSLT stylesheet that transforms some XML to WordML. You could then run that transformation the same way as before. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ |
#5
| |||
| |||
|
|
Casper wrote: I have this code that creates an HTML formatted document and I can open the document through Word. But I want the format to be truely MS Word (2003). Does anyone know how to do this? Word 2003 can handle a couple of formats like doc, rtf and WordML. WordML is XML so it is possible to write an XSLT stylesheet that transforms some XML to WordML. You could then run that transformation the same way as before. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |