FOSI Table in Editor?
Can I display a non-table on the screen?
Arbortext FOSI Reference PDF talks about translating non-table data into an informal table (page 120 - and the example runs off the page).
I can turn on gen text tags and the tags look great. Turn the tags off and I get the data I want, one row per line as <table>, one entry per line as <informaltable>. Mo tags, but just all squished to the left - no table columns.
I get the feeling I just spent a few hours figuring out something else FOSI won't actually display on the screen.
Here's the table source:
<usetext source="!<table frame="all" id="temptable001" orient="port"><tgroup cols="10"><thead></thead><br /><colspec colname="col1"><colspec colname="col2"><colspec colname="col3"><colspec colname="col4"><colspec colname="col5"><br /><colspec colname="col6"><colspec colname="col7"><colspec colname="col8"><colspec colname="col9"><colspec colname="col10"><br /><tbody>!,table.app,!</tbody></tgroup></table>!" placemnt="after">
</usetext>
<reset resetlist="table.app">
Here's the row source:
<savetext textid="table.app" conrule="!<row>!,row.app,!</row>!" placemnt="after" append="1">
<reset resetlist="row.app">
And here's an entry:
<savetext textid="row.app" conrule="!<entry colname="col1">!,#CONTENT,!</entry>!" append="1">
The outputted tags look great when turned on, looks great with tags turned off...but no columns. Am I just wasting my time trying?
John T. Jarrett
BAE Systems | Arbortext version 5.4 | LOGSA XSL-FO v 1.5

