
Interestingly enough, if I remove the wrapper and just use one of my specialized topic types, the Maps Manager parses the title correctly.
Any help would be greatly appreciated!
Brian
Post by bpopp » Wed Jul 27, 2011 9:35 pm
Post by sorin_ristache » Thu Jul 28, 2011 2:35 pm
Code: Select all
topic/topic
Code: Select all
topic/title
Code: Select all
topic/titlealts
Code: Select all
topic/topic
Post by bpopp » Thu Jul 28, 2011 9:52 pm
Code: Select all
<!DOCTYPE dita PUBLIC "-//OASIS//DTD DITA Composite//EN" "ditabase.dtd">
<dita>
<topic id="DFS" >
<title>Blah</title>
<body/>
</topic>
</dita>
Code: Select all
<!DOCTYPE fxdita PUBLIC "-//FEDEX//DTD DITA Composite//EN" "fxditabase.dtd">
<fxdita>
<fxtopic id="DFS" >
<title>Blah</title>
<fxbody/>
</fxtopic>
</fxdita>
Code: Select all
"- topic/topic fxtopic/fxtopic "
Code: Select all
"- topic/title "
Post by sorin_ristache » Fri Jul 29, 2011 10:20 am
In the current version (12.2) only the files with a dita root element are accepted as DITA composites. I think Oxygen should relax this condition and accept any root element name as long as the class attribute of each child element of the root containsbpopp wrote:The icon changes back and the title disappears (as shown above). The class attribute for my specialized topic (fxtopic) shows as:
Code: Select all
"- topic/topic fxtopic/fxtopic "
Code: Select all
topic/topic
Post by Radu » Mon Aug 01, 2011 3:02 pm
So according to the specification you cannot specialize on <dita> to become <fxdita> as it has no class attribute.Inheritance
Not a specializable DITA element.
Post by bpopp » Tue Aug 02, 2011 12:17 am
This website was created & generated with <oXygen/>®XML Editor