ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Michael Wiedmann <mw@miwie.in-berlin.de>
Cc: NTG-ConTeXt <ntg-context@ntg.nl>
Subject: Re: ANN: DocbookInContext
Date: Thu, 25 Jul 2002 22:29:42 +0200	[thread overview]
Message-ID: <20020725202942.GA13116@miwie.in-berlin.de> (raw)
In-Reply-To: <Pine.LNX.4.44.0207251106001.11705-100000@warp9.physik.fu-berlin.de>

* Tobias Burnus <tobias.burnus@physik.fu-berlin.de> [020725 11:28]:

> a) Using <author><firstname>Tobias</firstname><surname>Burnus</surname></author>
>    there is no space between first and surname.

It works if you markup like (whitespace!):

<author><firstname>Tobias</firstname> <surname>Burnus</surname></author>
                                    ===

or even better (more readable anyway):

<author>
  <firstname>Tobias</firstname>
  <surname>Burnus</surname>
</author>

> c) The xtag-docbook-literals-de.tex: \def\XMLDBstartquote{``} are not
>    the quotations used in German (,, ... '', see lang-ger.tex)

Simon will take care of this.

> e) The <!DOCTYPE ... [ <!ENTITY chap1 SYSTEM "chap1.xml"> ]>
>        &chap1;
>    doesn't work here. Is this a problem of ConTeXt or is this SGML
>    instead of XML or ...?

I noticed a bug in ConteXt in handling entity resolution in internal 
subsets some weeks ago (the first entity does not work).
As a workaround try to put a dummy entity in front of any other 
actually used entities, like:

<!DOCTYPE ... 
[ 
 <!ENTITY dummy "dummy">
 <!ENTITY chap1 SYSTEM "chap1.xml"> 
]>

Michael
-- 
mw@miwie.in-berlin.de                              http://www.miwie.org
mw@miwie.org


  parent reply	other threads:[~2002-07-25 20:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-24 20:40 Simon Pepping
2002-07-25  9:28 ` Tobias Burnus
2002-07-25  9:40   ` Tobias Burnus
2002-07-25 19:22   ` Simon Pepping
2002-07-26  8:56     ` Hans Hagen
2002-08-01 19:20       ` Simon Pepping
2002-07-25 20:29   ` Michael Wiedmann [this message]
     [not found] ` <Pine.LNX.4.44.0207251106001.11705-100000@warp9.physik.fu-b erlin.de>
2002-07-25 10:11   ` Hans Hagen
2002-07-27 11:38   ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020725202942.GA13116@miwie.in-berlin.de \
    --to=mw@miwie.in-berlin.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).