|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Matching values in the XML before output!
Heppa,
> Required output
> POINT NUMBER = 1 SHORT FORM ID = NIL
> POINT NUMBER = 2 SHORT FORM ID = L/O
<xsl:for-each select="icc/icc-phases/icc-points">
<fo:table-cell>
<fo:block>
<xsl:value-of select="point-number" />
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>
<xsl:variable name="history" select="../../../iso-point-details/isolation-history[iso-history/icc-point-oid = current()/icc-point-oid]" />
<xsl:choose>
<xsl:when test="$history">
<xsl:value-of select="$history/short-form-id" />
</xsl:when>
<xsl:otherwise>NIL</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:table-cell>
</xsl:for-each>
> I tried to set up the example below to check the
> <isolation-id> in this case! But get no results back! Could someone
You probably missed the iso-history step from the predicate.
Cheers,
Santtu
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








