On 26.04.2010 23:05, cknell(_at_)onebox(_dot_)com wrote:
<xsl:value-of
select="Workbook/Worksheet[1]/Table/Row[3]/Data" />
<xsl:value-of
select="ss:Workbook/ss:Worksheet[1]/ss:Table/ss:Row/ss:Cell[3]/ss:Data" />
1. Use the proper namespace
2. Don't omit Cell
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--