RE: RE: [xsl] XSLT Problem

Subject: RE: RE: [xsl] XSLT Problem
From: cknell@xxxxxxxxxx
Date: Fri, 11 Jul 2003 15:57:59 -0400
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@xxxxxxxxxx - email



-----Original Message-----
From:     "Roger Sperberg" <rdls@xxxxxxxxxx>
Sent:     Fri, 11 Jul 2003 08:30:27 -0400
To:       <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
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@xxxxxxx>
>> >
>> >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


Current Thread