Patrick H. Lauke said:
> Stevio wrote:
>> I am interesting in your thoughts on linearization. What it means and
>> how you apply it?
>
> For all intents and purposes, linearisation = source order.

When applied to tables the thing to watch for is how the association
between discrete bits of columnar information is not maintained:


so a table like this:

<tr><td>C1R1</td><td>C2R1</td></tr>
<tr><td>C1R2</td><td>C2R2</td></tr>


becomes:

C1R1 C2R1 C1R2 C2R2


kind regards
Terrence Wood.

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to