Michel Verceil wrote:
> 
> I did some DITA specialisations as you explain to me month ago,
> according to the syllabus.zip and catalog-dita.xml files of J.D.
> Williams you sent to me.
> 
> Every thing work fine except for the conref.
> The transclusion process works fine, but when a specialized file with
> conref is opened, we see empty element having a conref attribute and not
> the referenced contents.
> 
> Did I have missed something ?

You have found a bug.

Fortunately, the workaround is easy, simply add:

---
<dtd publicId="-//NEXWAVE//DTD DITA NSI Composite//EN"
     systemId="dtd/NSI_ditabase.dtd" />
---

to your NSI/NSI_dita.xxe (see attachment).

The bug is that, in your case, this <dtd> configuration element should
not be required. However, you have to add it to your config just to
``activate'' the Conref inclusion processor.




---
PS: In your config, I don't understand:

---
  <!-- Use "DITA NSI topic" -->
  <css name="DITA NSI topic" />
  <css alternate="false" location="NSI_xxe.css" name="Concept" />
  <css alternate="false" location="NSI_xxe.css" name="NSI-Component" />
  <css alternate="false" location="NSI_xxe.css" name="Dita" />
  <css alternate="false" location="NSI_xxe.css" name="NSI-Function" />
  <css alternate="false" location="NSI_xxe.css" name="NSI-Interface" />
  <css alternate="false" location="NSI_xxe.css" name="Reference" />
  <css alternate="false" location="NSI_xxe.css" name="Task" />
  <css alternate="false" location="NSI_xxe.css" name="Topic" />
  <css alternate="false" location="NSI_xxe.css" name="NSI-Widget" />
---

Please specify something like:

---
<css alternate="false" location="NSI_xxe.css" name="DITA NSI" />
<!-- Remove these two stock DITA CSS -->
<css name="DITA topic" />
<css name="DITA topic (classed)" />
---

-------------- next part --------------
A non-text attachment was scrubbed...
Name: NSI_dita.xxe
Type: text/xml
Size: 3328 bytes
Desc: not available
Url : 
http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20070312/17904e7b/attachment.xml
 

Reply via email to