RE: Re[2]: ?MSXML transformNode

Subject: RE: Re[2]: ?MSXML transformNode
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Thu, 10 Aug 2000 10:10:07 +0100
Why not try a few. Get a tool to do this at

XML/XSL Portal
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@xxxxxxxxxxxxxxxx
>[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Serg Stone
>Sent: 10 August 2000 06:06
>To: Jeni Tennison
>Subject: Re[2]: ?MSXML transformNode
>
>
>Привет
>
>JT> In your stylesheet, you are creating the COL elements through:
>
>>><xsl:template match="tbl_col/tbl_row">
>>><TR>
>>>  <xsl:for-each select="*">
>>>    <COL align="right">
>>>        <xsl:value-of select="." />
>>>    </COL>
>>>  </xsl:for-each>
>>></TR>
>>></xsl:template>
>
>JT> This creates the COL elements within a TR, whereas COLs are
>supposed to be
>JT> first within a TABLE for them to have any effect.
>And so what? I deleted TR elements and the result is the same. Or
>maybe you meant something different?
>
>JT> It might be worth you running your XML and stylesheet through a XSLT
>JT> processor manually to see what HTML it generates: this should
>highlight any
>JT> bugs in the HTML that is generated, as opposed to those in the
>stylesheet
>JT> itself.
>Which one can you suggest?
>--
>WBR
> Serg Stone  aka Sergei Kamnev
>mailto:serg_stone@xxxxxxxxx]"Ъ.+-+wХjwZ-хb+ОАTзЪЪЭ0цЫ-TL│+^rэ-oЯ│_Я│_Е


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


Current Thread