Link to home
Start Free TrialLog in
Avatar of getsriku
getsriku

asked on

Textarea in XSL

Hi all

I am haveing a xml (test.xml)

<?xml version="1.0" encoding="UTF-8"?>
<constantgroup>
<constant id="textarea_rows">6</constant>
<constant id="textarea_cols">60</constant>
</constantgroup>

How to set attributes for textarea (rows and cols) from the above xml

XSL goes like this...
<textarea name="ElementnameTextarea" rows="?????"  cols="?????"></textarea>


Pls help me

Thanks in advance
Nivas
ASKER CERTIFIED SOLUTION
Avatar of jm60697
jm60697
Flag of Finland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial