DITA and WebHelp: links generated incorrectly
Posted: Fri Oct 18, 2013 12:17 am
I find that a small percent of my links are generated incorrectly. I can't figure why.
This XML:
<li><xref href="http://www.eucalyptus.com/download/euca2ools" scope="external" format="html">Euca2ools</xref></li>
gets generated like this:
<li class="li"><a class="xref" href="Euca2oolshttp://www.eucalyptus.com/download/euca2ools">Euca2ools</a></li>
This XML:
<note>For more information on cloud-init, go to <xref href="https://help.ubuntu.com/community/CloudInit" scope="external" format="html">https://help.ubuntu.com/community/Cloud ... ref></note>
gets generated like this:
<div class="note note"><span class="notetitle">Note:</span> For more information on cloud-init, go to <a class="xref" href="https://help.ubuntu.com/community/Cloud ... /CloudInit">https://help.ubuntu.com/community/CloudInit</a></div>
Most other links are fine. Any ideas about what's going on?
Thanks.
This XML:
<li><xref href="http://www.eucalyptus.com/download/euca2ools" scope="external" format="html">Euca2ools</xref></li>
gets generated like this:
<li class="li"><a class="xref" href="Euca2oolshttp://www.eucalyptus.com/download/euca2ools">Euca2ools</a></li>
This XML:
<note>For more information on cloud-init, go to <xref href="https://help.ubuntu.com/community/CloudInit" scope="external" format="html">https://help.ubuntu.com/community/Cloud ... ref></note>
gets generated like this:
<div class="note note"><span class="notetitle">Note:</span> For more information on cloud-init, go to <a class="xref" href="https://help.ubuntu.com/community/Cloud ... /CloudInit">https://help.ubuntu.com/community/CloudInit</a></div>
Most other links are fine. Any ideas about what's going on?
Thanks.