This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Re[2]: ?MSXML transformNode


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@mulberrytech.com
>[mailto:owner-xsl-list@mulberrytech.com]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@iname.com]".+-+wjwZ-b+T0-TL+^r-o__


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]