![]() |
Previous Top Next |
CALS / HTML How to...
|
|
· | contains Html-OrgChart.xml into which the HTML table will be inserted
|
|
· | contains the Html-OrgChart.xsd schema file which defines the types of tags available and also where the HTML table can be inserted.
|
|
· | contains the Html-OrgChart.sps file, which servers as the template for the Html-Orgchart.xml file. This file was created in XSLT Designer.
|
The Html-OrgChart.xsd file includes the HTML table tags under the para tag. This means that HTML tables can only be inserted within/under a para tag in Document Editor.
|
|
To add CALS or HTML tables anywhere else in this example, the schema file would have to be edited. You would have to insert the table element (with all table sub elements and attributes) at the position you want to a CALS / HTML table to be inserted.
|
|