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[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.comH²â²Ø§~†§uªÜ†+Þ†Ûiÿü0Âk¥mêëÊל…Ê&ÿ%ÿ%–+-

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