ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans van der Meer via ntg-context <ntg-context@ntg.nl>
To: NTG ConTeXt <ntg-context@ntg.nl>
Cc: Hans van der Meer <havdmeer@ziggo.nl>
Subject: Re: [NTG-context] xmlsetentity on the fly?
Date: Mon, 17 Apr 2023 18:11:14 +0200	[thread overview]
Message-ID: <04018D6D-B399-4984-A83B-05BA93BD6DDD@ziggo.nl> (raw)
In-Reply-To: <33EA9CDE-5C35-426F-9ABE-5FCA57904E6B@ziggo.nl>


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

I tried 
\directlua{lxml.registerentity("DATE","NEWDATE")}
and
\directlua{lxml.registerentity("DATE","NEWDATE")}

but neither does effect a change in the entity.

Why is that entry not set in the Lua-table entities? (file xml-ent.lua) has as that function:

function xml.registerentity(key,value)
    entities[key] = value
    if trace_entities then
        report_xml("registering entity %a as %a",key,value)
    end
end


> On 17 Apr 2023, at 12:32, Hans van der Meer <havdmeer@ziggo.nl> wrote:
> 
> I would like to change an entity 'on the fly'. Example
> 
> \def\DATE{THEDATE}\expanded{\xmlsetentity{DATE}{\DATE}}
> 
> \startxmlsetups typ:event
> 
> 	\def\DATE{NEWDATE}\expanded{\xmlsetentity{DATE}{\DATE}}
> 
> Using &DATE; within the <event>.
> 
> \stopxmlsetups
> 
> However, using &DATE; inside an <event> always results in THEDATE and never in NEWDATE.
> 
> How can I change the value of the entity inside the xmlsetups?
> 

dr. Hans van der Meer

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

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

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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

  parent reply	other threads:[~2023-04-17 16:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-17 10:32 Hans van der Meer via ntg-context
2023-04-17 11:00 ` Thomas A. Schmitz via ntg-context
2023-04-17 11:28   ` Hans van der Meer via ntg-context
2023-04-17 16:11 ` Hans van der Meer via ntg-context [this message]
2023-04-19  9:24   ` Hans van der Meer via ntg-context

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=04018D6D-B399-4984-A83B-05BA93BD6DDD@ziggo.nl \
    --to=ntg-context@ntg.nl \
    --cc=havdmeer@ziggo.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).