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

Subject: [xsl] How can I checking whether any one of my inter table contain bor der attribute
From: Eldho George <georgee@xxxxxxxxxxx>
Date: Thu, 23 Sep 2004 17:25:31 +0530
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
**********************************************************************

Current Thread