ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* define xml entity
@ 2018-04-03  7:00 dr. Hans van der Meer
  2018-04-03  7:20 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: dr. Hans van der Meer @ 2018-04-03  7:00 UTC (permalink / raw)
  To: NTG ConTeXt


[-- Attachment #1.1: Type: text/plain, Size: 239 bytes --]

How do I define an xml entity like ä? 
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.

dr. Hans van der Meer



[-- Attachment #1.2: Type: text/html, Size: 1407 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: define xml entity
  2018-04-03  7:00 define xml entity dr. Hans van der Meer
@ 2018-04-03  7:20 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2018-04-03  7:20 UTC (permalink / raw)
  To: ntg-context

On 4/3/2018 9:00 AM, dr. Hans van der Meer wrote:
> How do I define an xml entity like ä?
> 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-03  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-03  7:00 define xml entity dr. Hans van der Meer
2018-04-03  7:20 ` Hans Hagen

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).