This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: template


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]