element name="TD"

M

mike

I know that I can create a form element using:
<xsl:element name="input">

but what about another tag like <td>.
<xsl:element name="td">

does not work.

Mike
 
J

Joris Gillis

Tempore 19:56:55 said:
<xsl:element name="td">

does not work.
It does. There must be some other issue that prevents the element from being added to the result tree or serialized to a tag.

(note that you can also use a literal result element:
<td/>
will do the same as
<xsl:element name="td"/>
)

regards,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top