href to section title element breaking
Posted: Thu Oct 15, 2020 10:44 am
Hi,
DITA-OT-2.4.6
We have custom plugin for HTML output based outof org.dita.html5.
We have a broken link to a section title in the HTML output. The two links are failing. Can we have href to any element id? or is there any restrictions to href value? Below is the sample,
<section>
<title id="GUID-61F947E8">Topics:</title>
<ul id="UL_QMX">
<li>
<xref href="#./GUID-CB4EC4EA" type="title">Provided Mappings</xref>
</li>
<li>
<xref href="#./GUID-E512C7F8" type="title">Files for Import Management in CX Sales</xref>
</li>
</ul>
</section>
<section>
<title id="GUID-CB4EC4EA-C074">Provided Mappings</title>
</section>
<section>
<title id="GUID-E512C7F8">Files.... </title>
</section>
When I refer to other section id , it's working fine.
The above scenario is working fine in PDF.
Thanks,
Samba.
DITA-OT-2.4.6
We have custom plugin for HTML output based outof org.dita.html5.
We have a broken link to a section title in the HTML output. The two links are failing. Can we have href to any element id? or is there any restrictions to href value? Below is the sample,
<section>
<title id="GUID-61F947E8">Topics:</title>
<ul id="UL_QMX">
<li>
<xref href="#./GUID-CB4EC4EA" type="title">Provided Mappings</xref>
</li>
<li>
<xref href="#./GUID-E512C7F8" type="title">Files for Import Management in CX Sales</xref>
</li>
</ul>
</section>
<section>
<title id="GUID-CB4EC4EA-C074">Provided Mappings</title>
</section>
<section>
<title id="GUID-E512C7F8">Files.... </title>
</section>
When I refer to other section id , it's working fine.
The above scenario is working fine in PDF.
Thanks,
Samba.