<!ELEMENT columnset (column*)> <!ATTLIST columnset id CDATA #REQUIRED>
Define a new columnset
Parent:
Childs:
Attributes:
Note:
Added in Sptpl 2.0.
Examples:
Create a new columnset with 3 columns. <columnset id='test1'> <column leftpos='5' Width='20' align='center' /> <column leftpos='26' Width='20' align='right' /> <column leftpos='47' Width='20' align='left' /> </columnset>
Copyright © 2003-2008 Darvin Andrioli, last change 21/02/2004