Guest_imported
New member
- Jan 1, 1970
- 0
Hi
I have an XML file - Details.xml which contains details of the form I want to build <Items><tagn id="testid">Test</tagn></Items>
How can I get the following results
<tr><td>Test</td><td><input type="text" name="testid"></td></tr>
I seem to have a problem creating the INPUT tag from the attribute ID I can print it like <td>testid</td> but cant get XSL to give me the following output <td><input type="text" name="testid">
any help is greatly appreciated.
cheers
D
I have an XML file - Details.xml which contains details of the form I want to build <Items><tagn id="testid">Test</tagn></Items>
How can I get the following results
<tr><td>Test</td><td><input type="text" name="testid"></td></tr>
I seem to have a problem creating the INPUT tag from the attribute ID I can print it like <td>testid</td> but cant get XSL to give me the following output <td><input type="text" name="testid">
any help is greatly appreciated.
cheers
D