Hello,

sometimes the attributes @namest and @nameend of our table-entries
contain invalid values, i.e. the attribute @namest contains the string
"col2_" but this string is not contained at the element colspec.

Is it possible to assign this particular entry a color via css? Or is
there any other possibility to find such invalid items?

Example:
<table frame="all" pgwide="0">
        <tgroup cols="2" colsep="0" rowsep="0">
                <colspec align="left" colname="col1" colnum="1"
colwidth="200"/>
                <colspec align="left" colname="col2" colnum="2"
colwidth="200"/>
                <tbody>
                        <row>
                                <entry namest="col1"
nameend="col3"></entry>
                                <entry/>
                        </row>
                        <row>
                                <entry/>
                                <entry/>
                        </row>
                </tbody>
        </tgroup>
</table>

Kind regards,
Monika

Reply via email to