On 08/29/2017 01:24 PM, Grundtvig Nielsen Niels wrote:
It’s been a while … so here’s a question to show I’m still happily using
XXE and exploring more things I can’t quite do :-}
I have a DITA task ei_004.dita with the ID ei_24lb68 where one of the
steps has substeps; the substep has the id ecrDevice, and shows up
(correctly) as 3a
When I add an xref with the target ei_004.dita#ei_24lb68/ecrDevice, this
is rendered as
Where should I be looking to find out how to have the xref return the
expected 3a?
I managed to reproduce this issue using attached Test.dita.
I'm not sure we can solve this problem. We'll try, but may be it's a
limitation which is hard to remove.
This limitation may be expressed as:
<xref href="id_of_an_item_in_an_ordered_list"/> is rendered as "index of
the item within the ordered list". (substeps is a kind of ordered list.)
This index is currently always rendered using a decimal format and does
not "inherit" the index of its parent items when the ordered list is
nested in other ordered lists.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
"task.dtd">
<task id="Test">
<title>Test</title>
<taskbody>
<steps>
<step>
<cmd>First step.</cmd>
</step>
<step>
<cmd>Second step.</cmd>
<substeps>
<substep id="substep2_a">
<cmd>First substep.</cmd>
</substep>
<substep>
<cmd>Second substep.</cmd>
</substep>
<substep>
<cmd>Third substep.</cmd>
</substep>
</substeps>
</step>
<step>
<cmd>Third step. See step <xref href="#./substep2_a"/> (that is,
substep 2.a).</cmd>
</step>
</steps>
</taskbody>
</task>
--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support