Hi Folks,
I am using XSL to render XML into HTML.
I have the following line:
<input name="line_no{$pos_no+1}" value="{$pos_no+1}" />
I do not want the display to show an input box, just plain text. How can I do this. I know I can disable the text box but it's not the look I want.
Cheers
Nosh
I am using XSL to render XML into HTML.
I have the following line:
<input name="line_no{$pos_no+1}" value="{$pos_no+1}" />
I do not want the display to show an input box, just plain text. How can I do this. I know I can disable the text box but it's not the look I want.
Cheers
Nosh