Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Format table/cell

From: Taras@-----------.---------.---
To: NULL
Date: 3/5/2009 4:15:00 PM
There is probably a simple answer to this, but I haven't been able to figure 
it out - hope someone can help.
I have an .xslt file with this bit of "code".  The output is a two column 
table with multiple rows and is coming out correctly as an .rft/.doc file.  
What I can't get is to have the grid lines displayed
  <xsl:template match="CLRow">
    <div 
style="margin-left:100px;margin-top:100px;margin-bottom:100px;border:solid">
      <table border="10" cellpadding="10" frame="box">
        <xsl:text>\trowd\cellx3000\cellx9000\intbl\ql </xsl:text>
        <xsl:value-of select="CLTitle"/>
        <xsl:text> \cell </xsl:text>
        <xsl:text>\ql </xsl:text>
        <xsl:value-of select="CLData" />
        <xsl:text>\par</xsl:text>
        <xsl:text>\cell </xsl:text>
        <xsl:text>\ql </xsl:text>
        <xsl:text>\pard\intbl\row</xsl:text>
      </table>
    </div>
  </xsl:template>

I'm quite new to xml/html, etc.  Can someone give me some guidance?  (This 
is not for a class assignment.)

TIA


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent