Inhibit error message for @href-less xref element
Posted: Thu Jan 23, 2025 12:08 pm
Here is question that I don't want to ask.
One of my users want to inhibit the Oxygen error message for @href-less xref element because they sometimes refer external resources without URL (Such as other documents that we cannot determine URL)
Here is sample snap-shot and authoring.
Are there any solutions?
Regards,
One of my users want to inhibit the Oxygen error message for @href-less xref element because they sometimes refer external resources without URL (Such as other documents that we cannot determine URL)
Here is sample snap-shot and authoring.
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="concept_byb_1sb_d2c">
<title>Xref Test</title>
<shortdesc></shortdesc>
<conbody>
<p></p>
<p>Xref with @href <xref href="https://www.w3.org/" format="html" scope="external"/></p>
<p>Xref without @href: <xref>Link to external resource</xref></p>
</conbody>
</concept>
Regards,