I had some good links earlier, but I lost them now. But, It's pretty easy to figure out if you just create some simple word docs with everything you wish to do, then take that wordml and put it in a CFC. The easiest way for me was to NOT use XSLT transformations. Rather, I just took apart a simple word doc saved as XML and put the wordml into a coldfusion CFC that creates word documents dynamically by combining input with the wordml and saving it as a string until your final output. With about a day of work or so you can create a simple CFC that adds paragraphs, tables, text formatting, lists, etc. I created one and the methods can accept arguments for text formatting, page breaks, indentation, etc.
>Hi, > >I am trying to figure out some basic techniques with WordML to integrate >CF and Word. Are there anybody who has experience with WordML? > >Any resource to share? Any other suggestion to look at for CF & Word >integration? > >TIA! > > > >O?uz Demirkap? > >TeraTech Inc. | Senior Developer >405 East Gude Dr Suite 207, Rockville, MD 20850, USA >Voice: +1 (301) 424-3903 ext 111 | Fax: +1 (301) 762-8185 >Web: http://www.teratech.com | E-mail: oguz.demirkapi <AT> teratech.com >Winner in CFDJ awards Best Consulting. Member Team Fusebox. > >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271138 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

