xsl-list
[Top] [All Lists]

RE: RE: XSLT Problem

2003-07-11 12:57:59
Meunchian Grouping! That's the ticket.
<xsl:choose>
  <xsl:when test="munch">
     ...
  </xsl:when>
  <xsl:when test="moonch">
    ...
  </xsl:when>
  <xsl:when test="minch">
    ...
  </xsl:when>
  <xsl:otherwise>
    ...
  </xsl:otherwise
</xsl:choose>
-- 
Charles Knell
cknell(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     "Roger Sperberg" <rdls(_at_)xtmaps(_dot_)com>
Sent:     Fri, 11 Jul 2003 08:30:27 -0400
To:       <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Subject:  RE: [xsl] XSLT Problem

Oh, I see where my problem was -- I thought that if there were more than
five exclamation marks after the HELP, it meant Microsoft was involved.

Wendell wrote:
At 11:41 AM 7/10/2003, Roger wrote:
As a devoted reader of this list, I know that the correct answer to this
query must include directing the questioner to some other list for
supporting WD-XSL.

Really? I was thinking Rob's problem could easily be solved in XSLT 1.0:

<xsl:value-of disable-output-escaping="yes" select="... etc etc

Cheers,
Wendell

Date: Wed, 9 Jul 2003 17:35:46 -0500
From: "Lars Huttar" <lars_huttar(_at_)sil(_dot_)org>

I think you need to use more CDATA sections in your XML.

:-)
Lars

Rob writes:
When I put in my XML it doesn't work right - what could be the
problem??????????

My xslt looks like this

<xsl:value-of select="... etc etc


Please HELP!!!!!!!!



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>