I am almost there.... :) But, still dealing with one more issue.
This template works great, except for <table> elements. This template has no effect on the xml file below.
Thanks again!!!
<xsl:template match="//sub">
<fo:inline vertical-align="sub">
<xsl:apply-templates/>
</fo:inline>
</xsl:template>
an xml file like this has no effect on the <sub>.
<TABLE name="tableA" order="4">
<tableTitle>Table <sub>A</sub> with names<sub>5</sub></tableTitle>
<rows>
<col1>Testing tableA with col1 {371}</col1>
<col2>testing tableA with col<sub>2</sub>)</col2>
</rows>
</TABLE>
__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/
Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|