Oxygen Author Customization

Oxygen general issues.
aloha
Posts: 2
Joined: Fri May 04, 2012 5:15 pm

Oxygen Author Customization

Post by aloha »

Hi...

can we customize Author, we have a scenario which are as follows.
we have two file evidence.dita and reference.dita.
evidence.dita file added the references from the reference.dita file by using conref, we are able to get all references section div in evidence.dita, we can also add these references from the Author by right click on section div(In evidence.dita file) and choose file in which we defined all references and we have to write "Section div id " manually because we can only choose file from the Author. can we get the list of all section div , where we select a section div and section div's Id automatically add to conref url.
Example.

<!--........Evidence.dita file start.-->
<Evidence id="evidence">
<evbody>
<References>
<title>References</title>
<sectiondiv conref="References/Reference.dita" />
<sectiondiv conref="References/Reference.dita#REF/REF1" />
<sectiondiv conref="References/Reference.dita#REF/REF2" />
<sectiondiv conref="References/Reference.dita#REF/REF3" />
</References>
</evbody>
</Evidence>
<!--........Evidence.dita file end .-->


<!-- reference.dita file start-->

<references id="REF">
<title>Zynx Reference</title>
<referencesbody>
<reference>
<title>Reference</title>
<sectiondiv id="REF1">
<p>First Reference</p>
</sectiondiv>
<sectiondiv id="REF2">
<p>second Reference</p>
</sectiondiv>
<sectiondiv id="REF3">
<p>Third Reference </p>
</sectiondiv>
</zreference>
</referencesbody>
</references>
<!-- reference.dita file end-->


In evidence.dita file see the first sectiondiv.
<sectiondiv conref="References/Reference.dita#REF/REF1" />excluding red part we manually write "#REF/REF1" from the "Text Mode".
Is it possible we have drop down where we can choose a "section div" from these Three section divs and ID of this "section div" automatically added to the conref.
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: Oxygen Author Customization

Post by Radu »

Hi,

I'm sorry but your post message is very unclear.
I do not understand why the standard dialog for inserting content references does not work in your case.
You seem to have 2 DITA specializations, maybe your specializations are not valid DITA specializations.
Could you send to our support email address your specialization DTDs?

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply