ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <j.hagen@xs4all.nl>
To: ntg-context@ntg.nl
Subject: Re: define xml entity
Date: Tue, 3 Apr 2018 09:20:14 +0200	[thread overview]
Message-ID: <da3c7804-b0fa-69c3-bc4a-081af25158df@xs4all.nl> (raw)
In-Reply-To: <6114822B-0CEF-4D51-968F-E42607A311EE@ziggo.nl>

On 4/3/2018 9:00 AM, dr. Hans van der Meer wrote:
> How do I define an xml entity like &auml;?
> Is there an \xml-operation for defining an entity?
> Such that I can say \xml{ABC}{an alphabet} for using &ABC; so that it 
> produces “an alphabet”, for example.
You can find some in the test suite but it boils down to ...

\xmlsetentity{one}  {...}
\xmltexentity{sim}  {...}

or defining them in the preamble section of the xml file itself.

Entities are tricky. When they are used as abstraction you often want 
them roundtrip while otherwise you might want them expanded. YOu can 
have double escaped entities (which can result from import/export in 
half clever or inconsistent databases).  There's all kinds of control in 
context.

Another tricky thing is that because tex doesn't like # etc we need to 
have our own 'escapes' as well, so that runs in parallel of the 
subsystem that carries (unexpanded) entities around.

It's a conceptual mess deel down ... (well, you can read/understand lua 
so ...).

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2018-04-03  7:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-03  7:00 dr. Hans van der Meer
2018-04-03  7:20 ` Hans Hagen [this message]

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=da3c7804-b0fa-69c3-bc4a-081af25158df@xs4all.nl \
    --to=j.hagen@xs4all.nl \
    --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).