xsl direction

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
php77
Forum Newbie
Posts: 11
Joined: Wed Mar 28, 2007 1:12 pm

xsl direction

Post by php77 »

hi !
I have an xsl document, the output of what I would like to be a Right_To_Left grid. Using "dir=rtl" I have whole the grid in RTL mode, except collumn headers!! the text there still is on LTR mode! could you give a hint or solution?
thanks!

p.s. I used <xsl:attribute name="dir">rtl</xsl:attribute> but didn't change the header columns!
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

we'll need more information... where does this header text come from?
Post Reply