Hello,
  I have noticed that if I have duplicate topicref entries in the set of maps 
I'm transforming, I see the below errors in version 2.0.3:

ditac: ERROR: fatal error reported by the XSLT engine: A sequence of more than 
one item is not allowed as the result of function u:tocEntry() 
(<ditac:tocEntry/>, <ditac:tocEntry/>) ; SystemID: 
file:/ditac-2_0_3/xsl/common/ditacUtil.xsl; Line#: 202; Column#: -1

ditac: ERROR: cannot transform "/ditac-out/topica.ditac" to 
"/ditac-out/topica.html" using file:/ditac-2_0_3/xsl/xhtml/xhtml.xsl: A 
sequence of more than one item is not allowed as the result of function 
u:tocEntry() (<ditac:tocEntry/>, <ditac:tocEntry/>) 

I think you can duplicate the problem with the following map and any valid 
topic file for "topica":

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN"
"http://docs.oasis-open.org/dita/v1.2/os/dtd1.2/technicalContent/dtd/map.dtd";>
<map id="boilermap">
  <topicref keys="topica" href="topica.dita"/>
  <topicref keys="topica" href="topica.dita"/>
</map>


 
--
XMLmind DITA Converter Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/ditac-support

Reply via email to