Question
Arbortext Styler/S1000D/CrossReferencing Issues
Ok Let me see if I can explain this with any clarity at all.
I am working in Arbortext Styler 5.4 M70.
I am also working with the S1000D Schema for data modules and specification.
The issue is that I am trying to cross-reference various items such as steps, figures, tables etc.
I can get the steps and tables to cross reference just fine. The figure should follow the same process.
However, when I cross reference a figure, the only output I receive is "Fig " when I should receive "Fig #".
It has got to be something that I am doing in styler that is causing an issue.
This is the cross reference for figure:
<internalref internalrefid="f001"<br"/>internalRefTargetType="irtt01"></internalref>
This is the element figure:
<figure id="f001">
<title>Testing</title>
<graphic<br/>infoEntityIdent="ICN-XXXX-XXXXXXXXXX-XXX-XX">
</graphic>
</figure>
This is the output for figure:
[cid:image002.png@01CD9660.FF550080]
This is the cross-reference for ProceduralStep:
<proceduralstep id="s002">
<para>This is text.</para>
<para>This is more text.</para>
</proceduralstep>
This is the cross reference for step.
<internalref internalrefid="s002"<br"/>internalRefTargetType="irtt08"></internalref>
This is the output for step:
[cid:image001.png@01CD9660.B565B1E0]
This is the table element:
<table id="t001">
<title>Test table </title>
<tgroup cols="2">
<colspec colname="col1"/">
<colspec colname="col2"/">
<tbody>
<row>
<entry></entry>
<entry></entry>
</row>
<row>
<entry></entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
This is the table cross-reference:
<internalref internalrefid="t001"<br"/>internalRefTargetType="irtt02"></internalref>
This is the table output:
[cid:image003.png@01CD9661.FD78A9F0]
Does anyone have any ideas why these cross references would be working differently. Maybe a new set of eyes will see something I am not.
Sindy
I am working in Arbortext Styler 5.4 M70.
I am also working with the S1000D Schema for data modules and specification.
The issue is that I am trying to cross-reference various items such as steps, figures, tables etc.
I can get the steps and tables to cross reference just fine. The figure should follow the same process.
However, when I cross reference a figure, the only output I receive is "Fig " when I should receive "Fig #".
It has got to be something that I am doing in styler that is causing an issue.
This is the cross reference for figure:
<internalref internalrefid="f001"<br"/>internalRefTargetType="irtt01"></internalref>
This is the element figure:
<figure id="f001">
<title>Testing</title>
<graphic<br/>infoEntityIdent="ICN-XXXX-XXXXXXXXXX-XXX-XX">
</graphic>
</figure>
This is the output for figure:
[cid:image002.png@01CD9660.FF550080]
This is the cross-reference for ProceduralStep:
<proceduralstep id="s002">
<para>This is text.</para>
<para>This is more text.</para>
</proceduralstep>
This is the cross reference for step.
<internalref internalrefid="s002"<br"/>internalRefTargetType="irtt08"></internalref>
This is the output for step:
[cid:image001.png@01CD9660.B565B1E0]
This is the table element:
<table id="t001">
<title>Test table </title>
<tgroup cols="2">
<colspec colname="col1"/">
<colspec colname="col2"/">
<tbody>
<row>
<entry></entry>
<entry></entry>
</row>
<row>
<entry></entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
This is the table cross-reference:
<internalref internalrefid="t001"<br"/>internalRefTargetType="irtt02"></internalref>
This is the table output:
[cid:image003.png@01CD9661.FD78A9F0]
Does anyone have any ideas why these cross references would be working differently. Maybe a new set of eyes will see something I am not.
Sindy

