Hi,
> How can I do to apply the two template if I have a bullet list in a
> table.
I *think* that you might fix the problem by applying templates to
cell[2] rather than getting its (normalized) value. Rather than:
<xsl:value-of select="normalize-space(cell[2])"/>
try:
<xsl:apply-templates select="cell[2]" />
That is assuming that the bullet list is held within cell[2] in your
table...
Cheers,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- template
- CHAOUI Hassan - Thu, 2 May 2002 10:36:27 -0400 (EDT)
- Jeni Tennison - Thu, 2 May 2002 11:37:38 -0400 (EDT) <=
|
|