I tried a similar trick before I posted this message. I am actually creating an xml file (for 190 countries, for 4 years and around 30 variables) from Vb application using access database. Then I am using an XSL to create country sheets for all those countries. In one shot I could publish on the web and a camera ready printout for the publication. I was able to get evrything I need, superscripting the footnotes, running footer etc., but I want place dot leaders next to each variable name. The out put looks something like this:
United States
Colhead1 1998 1999 2000 2001
var 1 a a a a
var 2 b b b b
what I need is place the dot leaders after the variable name
var1 .......
var2abc ....
var1ab .....
I tried to use a loop in my vb application while I create the xml file.
But with the proportional font it did not work. As I am using XSL, I can not treat each variable separately since this style sheet works loops through each country and formats it accordingly.
Any way thanks for your reply.