The following XML is valid, but causes the error:
<frontmatter status="new"> <notices> <topicref href="topic/Notices.dita"/> </notices> <booklists status="new"> <toc status="new"/> </booklists> </frontmatter> This is valid and converts: <frontmatter status="new"> <notices href="topic/Notices.dita" navtitle="Impressum"/> <booklists status="new"> <toc status="new"/> </booklists> </frontmatter> > Date: Thu, 4 Mar 2010 14:45:07 +0100 > From: hussein at xmlmind.com > To: susannecm at hotmail.de > CC: ditac-support at xmlmind.com > Subject: Re: [ditac] Creation and conversion of Notices element > > I'm sorry but I cannot reproduce your problem. > > I have no problem converting to PDF a bookmap containing a notices > element in its frontmatter or backmatter element (at any position, mixed > with other frontmatter/backmatter child elements or not). > > Once again this problem is triggered by your specific bookmap. Before > sending us this file, please double-check that your bookmap validates > against the DITA bookmap DTD. > > I used ditac 1.2 (to be released in the next few days) to convert a > bookmap containing a notices element. > > > > Susanne Muris wrote: > > > > I am trying to add a Notices element to a bookmap and to convert the > > bookmap to PDF. > > I used a topicref to a file in the Notices element. Not sure whether > > this is the correct way to do it, though. > > You mean: > > <notices href="mynotices.dita"> > > where file mynotices.dita contains a topic of any kind. (More info: > http://docs.oasis-open.org/dita/v1.1/OS/langspec/langref/notices.html ) > > Yes, this is correct. > > > > > The conversion fails. > > Maybe you can help me understanding the error message: > > > > This error message denotes a bug. There is nothing you can understand here. > > > > > > fatal error reported by the XSLT engine: An empty sequence is not > > allowed as the result of function u:nextSequenceName(); SystemID: > > file:/C:/Program%20Files%20(x86)/XMLmind_XSL_Utility/addon/config/dita/xsl/fo/pagination.xsl; > > Line#: 770; Column#: -1 > > cannot transform > > "C:\DITA_Content\PRJ_DOXiS4_Gateway_Clients_de-de\DITAC_Output\UG_SharePointInt.ditac" > > to > > "C:\DITA_Content\PRJ_DOXiS4_Gateway_Clients_de-de\DITAC_Output\UG_SharePointInt.fo" > > using > > file:/C:/Program%20Files%20(x86)/XMLmind_XSL_Utility/addon/config/dita/xsl/fo/ser_fo.xsl: > > An empty sequence is not allowed as the result of function > > u:nextSequenceName() > > Conversion "ditaToPDF_xep" has failed with exit code 5. > > > > The OS is Vista Ultimate 64-bits, the Java version is 1.6.0 13 (if that > > should matter). > > > > Susanne Muris wrote: > > I forgot to send my conversion settings. > > Here they are. > > > > <?xml version="1.0" encoding="UTF-8"?> > > <conversions xmlns="http://www.xmlmind.com/xslutil/schema/conversion" > > version="4.3.2"> > > <conversion name="ditaToPDF_xep" > > description="Convert to PDF using RenderX XEP" > > icon="icon:acroread" > > category="DITA" > > categoryIcon="icon:oasis" > > outputExtension="pdf"> > > <processDITA> > > <argument>-lang</argument> > > <argument>de</argument> > > <argument>-filter</argument> > > <argument>file:/C:/DITA_Content/PRJ_DOXiS4_Gateway_Clients_de-de/SharePointInt.ditaval</argument> > > <argument>-frontmatter</argument> > > <argument>toc</argument> > > <argument>-backmatter</argument> > > <argument>indexlist</argument> > > <argument>-images</argument> > > <argument>img</argument> > > <argument>-chunk</argument> > > <argument>auto</argument> > > <argument>-format</argument> > > <argument>pdf</argument> > > <argument>-v</argument> > > <argument>info</argument> > > </processDITA> > > <transform styleSheet="xslutil-config:dita/xsl/fo/ser_fo.xsl" > > xsltVersion="2.0" > > documentation="http://www.xmlmind.com/ditac/_distrib/doc/manual/xsltParams.html#xsltParams__-__%{parameter.name|paper-type}"> > > <parameter name="footer-center">Seite %page-number% von > > %page-count%</parameter> > > <parameter name="footer-right"></parameter> > > <parameter name="page-bottom-margin">10mm</parameter> > > <parameter name="page-inner-margin">20mm</parameter> > > <parameter name="page-outer-margin">20mm</parameter> > > <parameter name="page-top-margin">10mm</parameter> > > <parameter name="paper-type">A4</parameter> > > <parameter name="pdf-outline">yes</parameter> > > <parameter name="use-note-icon">yes</parameter> > > </transform> > > <processFO processor="XEP"> > > <parameter name="OUTPUT_FORMAT">pdf</parameter> > > </processFO> > > </conversion> > > </conversions> > > > _________________________________________________________________ http://redirect.gimas.net/?n=M1003xIE82 Damit Privates privat bleibt! Internet Explorer 8! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.xmlmind.com/pipermail/ditac-support/attachments/20100304/4cc81ca2/attachment.htm

