This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

QandASet DSSSL bug?


I played a bit with ´QandASet´ and think I found a bug in the
DSSSL-stylesheet (V1.50):

The following code works well as long as don´t include any ´lang´
attribute. If I try to switch to another language by including a lang 
attribute (lang="de") to the article root element I got error messages 
from jade (both hmtl and tex output) like:

jade:faq.sgm:17:1:E: gentext-de-element-name: Unerwarteter Elementname:
QUESTION
...
(which means "Unexpected element name")

Playing a bit more showed that this languages don´t work: ´de´, ´it´
No problems occur if I use ´en´ or ´fr´. I didn´t try the other
languages.

-----8----------8<----------8<----------8<----------8<----------

<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN">

<article class="faq">

  <artheader>
    <title>FAQ</title>
    <author>
      <surname>Test</surname>
    </author>
  </artheader>

  <qandaset defaultlabel="qanda">

    <qandadiv>
      <title>Introduction</title>
      <qandaentry>
	<question>
	  <para>First Question</para>
	</question>
	<answer>
	  <para>First Answer</para>
	</answer>
      </qandaentry>
    </qandadiv>

  </qandaset>

</article>

-----8----------8<----------8<----------8<----------8<----------

Michael
-- 
          Looking for an X11 based PalmPilot Address Manager?
        Have a look at http://www.in-berlin.de/User/miwie/pia/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]