ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Kate F <kate@elide.org>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: TeX in \xmlsetentity and DTDs in DOCTYPEs
Date: Fri, 15 Jan 2016 17:58:53 +0000	[thread overview]
Message-ID: <CAA36g0UyE3KjdeCqTwQh7S5R3RRpnNc6JaNa-qsaJWBdz7gbCA@mail.gmail.com> (raw)
In-Reply-To: <56992D95.2060501@uni-bonn.de>

On 15 January 2016 at 17:34, Thomas A. Schmitz
<thomas.schmitz@uni-bonn.de> wrote:
> On 01/15/2016 06:21 PM, Kate F wrote:
>>
>> Hi. I'm using MkIV's XML stuff. I have two related questions.
>>
>> Firstly, can I have entities in XML expand out to TeX markup?
>>
>> I thought this was how you'd do it, but this produces a document that
>> says literally "xxx~yyy\thinspace zzz", whereas I want the ~ and
>> \thinspace to be executed as TeX commands. Test case below.
>>
>> Secondly, is it possible to have ConTeXt load such entities from a
>> DTD? If I use a DOCTYPE in my XML, entities from that DTD seem to not
>> be loaded.
>
>
> What do you mean? The way ConText processes entities is completely
> independent from your DTD.

So I see! But many DTDs contain definitions for entities, which I
would like to use, rather than repeating those definitions by
\xmlsetentity in ConTeXt. Some XML documents also have their own
document-specific entities inside the DOCTYPE at the top of the file.

For example in legal agreements, I have something like:

<?xml version="1.0"?>
<!DOCTYPE blah SYSTEM "blah.dtd" [
    <!ENTITY us   "the company">
    <!ENTITY you "the customer">
]>

Where the stuff inside [...] is considered part of a document-specific DTD.
libxml2 handles this sort of thing with its "dtdattr" options; I
presume lxml has something similar.


>
>> a.xml:
>> <?xml version="1.0"?>
>> <a>xxx&nbsp;yyy&thinsp;zzz</a>
>>
>> a.tex:
>> \startxmlsetups xml:mysetups
>> \xmlsetsetup{\xmldocument}{a}{xml:*}
>> \stopxmlsetups
>> \xmlregistersetup{xml:mysetups}
>>
>> \startxmlsetups xml:a
>> \xmlflush{#1}
>> \stopxmlsetups
>
>
> \enabledirectives[lxml.escapedentities]
> \xmltexentity{nbsp}{~}
> \xmltexentity{thinsp}{\thinspace}

So that's how to use \xmltexentity! I had seen that, but couldn't find
how to use it. Thanks!

-- 
Kate
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2016-01-15 17:58 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-15 17:21 Kate F
2016-01-15 17:34 ` Thomas A. Schmitz
2016-01-15 17:58   ` Kate F [this message]
2016-01-15 20:20     ` Thomas A. Schmitz
2016-01-16  0:33       ` Hans Hagen
2016-01-16 15:55         ` Kate F
2016-01-17 18:24           ` Hans Hagen
2016-01-18 13:30             ` Thomas A. Schmitz
2016-01-18 16:13               ` Kate F
2016-01-18 16:22               ` Kate F
2016-01-18 19:13                 ` Hans Hagen
2016-01-18 20:49                   ` Kate F
2016-01-18 21:16                     ` Hans Hagen
2016-01-19  2:16                       ` Kate F
2016-01-19  2:39                         ` Kate F
2016-01-18 20:07               ` Hans Hagen
2016-01-18 20:56                 ` Kate F
2016-01-18 21:19                   ` Hans Hagen
2016-01-18 21:26               ` Hans Hagen
2016-01-18 21:45                 ` Thomas A. Schmitz
2016-01-19  8:19                   ` 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=CAA36g0UyE3KjdeCqTwQh7S5R3RRpnNc6JaNa-qsaJWBdz7gbCA@mail.gmail.com \
    --to=kate@elide.org \
    --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).