View Single Post
  #1  
Old October 19th, 2009, 09:51 AM posted to microsoft.public.word.formatting.longdocs
pankaj
external usenet poster
 
Posts: 12
Default Using XSL, Dynamically generated word 2003 document is not formatt

We are developing an application in which we are generating documents in word
formats for different countries & languages. The process we are following is
to convert the sample word document into intermediate XML file and inserting
dynamic data using XSL and generate the required format.



We are facing problem in generating word document (the problem is specific
to word 2003. It is working fine with word 2007) . Actually the basic
template has footer which should be at bottom position. In order to set the
footer at bottom position we have set the “Layout” of footer as “Tight”. In
the same “Layout” tab in the advanced option we have set the “vertical
position” of footer as “Bottom” relative to “Page” .


Now when we are saving this word file in XML (word 2003 XML) format it is
shifting the footer at the top of the page i.e. it is not maintaining the
vertical position of footer.


Please help us in resolving the issue.