|
Subject: [xsl] XPath to find first cell in first row of table From: "Mark Giffin m1879@xxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: Thu, 22 Sep 2016 01:14:53 -0000 |
<table>
<title>My title</title>
<tgroup cols="3">
<colspec colname="C1" />
<colspec colname="C2" />
<colspec colname="C3" />
<thead>
<row>
<entry> text </entry>
<entry> text </entry>
<entry> text </entry>
</row>
</thead>
<tbody>
<row>
<entry> <!-- insert something extra here only --> text </entry>
<entry> text </entry>
<entry> text </entry>
</row>
<row>
<entry> text </entry>
<entry> text </entry>
<entry> text </entry>
</row>
</tbody>
</tgroup>
</table>Thanks, Mark
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Compare 2 XML and call id, Flynn, Peter pflynn@ | Thread | Re: [xsl] XPath to find first cell , Graydon graydon@xxxx |
| [xsl] Compare 2 XML and call id in , Rahul Singh rahulsin | Date | Re: [xsl] XPath to find first cell , Graydon graydon@xxxx |
| Month |