Controlling @id generation when inserting elements in Author mode
Posted: Wed Apr 23, 2025 1:28 pm
Here is request from one of my users.
When I insert note element in Author mode, Oxygen automatically generates following.
We want control @id generation for any elements because several elements are not referenced from xref element.
How we can do it in Oxygen customization?
When I insert note element in Author mode, Oxygen automatically generates following.
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="concept_q4w_3tg_cfc">
<title>Sample Concept</title>
<shortdesc></shortdesc>
<conbody>
<p>paragraph</p>
<note id="note_j2r_ktg_cfc">note text</note>
</conbody>
</concept>
How we can do it in Oxygen customization?