|
Subject: RE: [xsl] container list display problem From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Tue, 07 May 2002 10:40:00 -0400 |
<xsl:variable name="reelnumber">
<xsl:value-of select="container[@type='reel']"/>
</xsl:variable>
<xsl:variable name="prevreelnumber">
<xsl:value-of select="preceding::container[@type='reel'][1]"/>
</xsl:variable>
<xsl:choose>
<xsl:when test="$reelnumber = $prevreelnumber">
...Cheers, Wendell
<xsl:variable name="reelnumber">
<xsl:value-of select="container[@type='reel']"/>
</xsl:variable>
<xsl:choose>
<xsl:when test="(../preceding-sibling::c03[1]/did/container[@type='reel']=$reelnumber)
or (../parent::c02/did/container[@type='reel']=$reelnumber)">
<!--Selects cases where the value of the reel container is the same as that of a previous
component. In that case, no column labels are added and only the frame number appears
along with the other component data.-->
====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] container list display pr, Wendell Piez | Thread | [xsl] apolying xsl:key to similar l, KUMAR NINGASHETTY |
| Re: [xsl] rotate text 90 degrees, Amit Thakkar | Date | Re: [xsl] rotate text 90 degrees, David Carlisle |
| Month |