-
convert XML to word
hello frnds,
I have XML file and from that XML i want to create WORD document how can i create it.
let me show the XML file
Code:
<b>test</b> of flower
depends on <I>Season</I>
how can i convert this XML file to WORD document
means the "test" name come in BOLD font and "Season" should come in Italics
thankx in advance
koolprasad2003:)
-
Re: convert XML to word
Looks more like HTML to me. Word will open and convert that automatically. Just paste that into the script editor (alt+shift+f11) or rename is at html before you open it in word.
-
Re: convert XML to word