On 06/11/2019 12:19 PM, Grundtvig Nielsen Niels wrote:


I thought I had the hang of this, but it’s not working as expected today :-{



·         source file (task): ctp_31bo40.dita

·         <task id="ctp_31bo40">

·         includes a step with id="fixedIP"



<xref href="ctp_31bo40.dita#ctp_31bo40/fixedIP" type="li"/> is not
resolved on output to WebHelp

Don't understand type="li".








Let me know if you need the source file to analyse this; and thanks in
advance.


Sorry but I cannot reproduce this issue using latest version of XMLmind XML Editor and its bundled XMLmind DITA Converter. See attached sample.

As expected, the generated Web Help contains: "As explained in step #*2*, you'll see that foo is in bar state." *2* is the text generated for the empty xref. See attached screenshot.

You probably made a mistake. Please double-check what you did. For example, please take a close look at the warnings reported by "Map|Check Map".



---
PS: We officially only support the most recent major version of our products. If you are not using XXE V9, please upgrade otherwise we won't be able to help you anymore.

Excerpts from "Support policy":
---
We support only the last major version of the software. For example, if latest release is v10.2, we'll respond to support requests about v10.0, v10.1, v10.2, but not to those about v9.9. If you are using an old version, please upgrade to latest version and check whether this fixes the issue.
---
https://www.xmlmind.com/xmleditor/support_policy.html

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD LIGHTWEIGHT DITA Map//EN"
"lw-map.dtd">
<map>
  <topicmeta>
    <navtitle>Test</navtitle>
  </topicmeta>

  <topicref href="Task.dita"/>

  <topicref href="Concept.dita"/>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
"task.dtd">
<task id="Task">
  <title>Task</title>

  <taskbody>
    <steps>
      <step>
        <cmd>Step #1.</cmd>
      </step>

      <step id="s2">
        <cmd>Step #2.</cmd>
      </step>

      <step>
        <cmd>Step #3.</cmd>
      </step>
    </steps>
  </taskbody>
</task>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
"concept.dtd">
<concept id="Concept">
  <title>Concept</title>

  <conbody>
    <p>As explained in step #<xref href="Task.dita#Task/s2"/>, you'll see that
    foo is in bar state.</p>
  </conbody>
</concept>
--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
https://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to