xsl-list
[Top] [All Lists]

How can I checking whether any one of my inter table contain bor der attribute

2004-09-23 04:55:31
Ihave the following xhtml
<table>
        <tr>
                <td>
                        <table border="1">
                        </table>
                </td>
                <td>
                        <table>
                                <tr>
                                        <td>
                                                <table border="1">
                                                </table>
                                        </td>
                                </tr>
                        </table>
                </td>
        </tr>
</table>
How can I checking whether any one of my  inter table contain border
attribute and I want to retrieve that value

I tried the following template .But it is not working
<xsl:if test="ancestor::table/@border">
</xsl:if>
Please tell me how can I solve this problem


Thanks in advance
George



**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************



<Prev in Thread] Current Thread [Next in Thread>