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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] xsl-sheet breaks fo with xref in preface


the file....


Ciao

Jens Skripczynski
-- 
E-Mail: skripi-lists(at)myrealbox(dot)com

Naturwissenschaftler haben endlich die Frage geklärt, warum Pinguine nicht
fliegen können. Die Antwort ist denkbar einfach: "Was nicht fliegt, kann
auch nicht abstürzen!"

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"; [
]>

<book label="alpha release" status="draft" lang="en">
  <preface>
    <title>Preface</title>
    <para></para>

    <sect1>
      <title>Organization</title>
      <para>
      
      <variablelist>
          <varlistentry><term><xref linkend="ch-intro"/></term>
            <listitem>
              <para>A short Introduction into problems of packaging Java projects.</para>
            </listitem>
          </varlistentry>
        </variablelist>
      </para>
    </sect1>

  </preface>


  <chapter id="ch-intro">
    <title>Introduction</title>
    <para>[...]</para>
  </chapter>
</book>

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.

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