Regarding multi coulmned output from xsl....
-
Hello All, I am transfroming xml file into word documnet from the xslt that i have generated . I am creating tables on the word document with some data, the problem is i have to create tables adajacent to each other, but xsl is creating table one below the other .. Any hint what setting i would have missed ?? Thanks and Regards
Ron
-
Hello All, I am transfroming xml file into word documnet from the xslt that i have generated . I am creating tables on the word document with some data, the problem is i have to create tables adajacent to each other, but xsl is creating table one below the other .. Any hint what setting i would have missed ?? Thanks and Regards
Ron
Ron.S wrote:
I am transfroming xml file into word documnet from the xslt that i have generated
So your xslt is generating wordml? If yes then....
Ron.S wrote:
but xsl is creating table one below the other .. Any hint what setting i would have missed ??
means you are not correctly generating wordml to it's specification. You need to find out the correct wordml you need and then change your xslt to generate it, yes?