[Home] [By Thread] [By Date] [Recent Entries]

  • From: David Carlisle <d.p.carlisle@g...>
  • To: "Costello, Roger L." <costello@m...>
  • Date: Thu, 22 Sep 2016 17:30:28 +0100

<Row>
    <A>foo</A>
    <B/>
    <C>bar</C>
</Row>

assumes you use a custom schema for each set of headings, a more
generic scheme would be

<Table>
<Head>
    <Cell>A</Cell>
    <Cell>B</Cell>
    <Cell>C</Cell>
</Head>
<Row>
    <Cell>foo</Cell>
    <Cell/>
    <Cell>bar</Cell>
</Row>
</Table>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member