Re: [xsl] template

Subject: Re: [xsl] template
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Thu, 2 May 2002 16:43:41 +0100
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