ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* entity substitution
@ 2018-04-03 14:22 dr. Hans van der Meer
  2018-04-03 14:38 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: dr. Hans van der Meer @ 2018-04-03 14:22 UTC (permalink / raw)
  To: NTG ConTeXt


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

Does ConText always process DOCTYPE definitions? Because in the next example the defined XXX entity is substituted in one case but not in the other.

In a directory I have the following files:

doctype.tex =
\startxmlsetups demo:setups
	\xmlsetsetup{#1}{root}{demo:*}
\stopxmlsetups
\xmlregistersetup{demo}{demo:setups}
\startxmlsetups demo:root
	\xmlflush{#1}
\stopxmlsetups
\startbuffer[demo]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Entities [<!ENTITY XXX "My xxx definition">]>
<root>
See &amp;XXX; for &XXX;.
</root>
\stopbuffer
\starttext
\xmlprocessbuffer{demo}{demo}{}
\stoptext

Produces as output a subtituted entity



But

doctype-public.tex = 
\startxmlsetups demo:setups
	\xmlsetsetup{#1}{root}{demo:*}
\stopxmlsetups
\xmlregistersetup{demo}{demo:setups}
\startxmlsetups demo:root
	\xmlflush{#1}
\stopxmlsetups
\startbuffer[demo]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Entities PUBLIC "namen.dtd" "file://namen.dtd"><root>
See &amp;XXX; for &XXX;.
</root>
\stopbuffer
\starttext
\xmlprocessbuffer{demo}{demo}{}
\stoptext

namen.dtd = 
<!ENTITY XXX "This is my XXX definition">

The last two do not output a substituted entity. Why is this not working? What I am doing wrong?



dr. Hans van der Meer



[-- Attachment #1.2.1: Type: text/html, Size: 10832 bytes --]

[-- Attachment #1.2.2: doctype.jpeg --]
[-- Type: image/jpeg, Size: 12492 bytes --]

[-- Attachment #1.2.3: doctype-public.jpeg --]
[-- Type: image/jpeg, Size: 10232 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: entity substitution
  2018-04-03 14:22 entity substitution dr. Hans van der Meer
@ 2018-04-03 14:38 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2018-04-03 14:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

ConTeXt has a list of predefined entities like &amp; which can be used 
without the use of \xmlsetentity.

Wolfgang
> dr. Hans van der Meer <mailto:havdmeer@ziggo.nl>
> 3. April 2018 um 16:22
> Does ConText always process DOCTYPE definitions? Because in the next 
> example the defined XXX entity is substituted in one case but not in 
> the other.
>
> In a directory I have the following files:
>
> doctype.tex =
> \startxmlsetups demo:setups
> \xmlsetsetup{#1}{root}{demo:*}
> \stopxmlsetups
> \xmlregistersetup{demo}{demo:setups}
> \startxmlsetups demo:root
> \xmlflush{#1}
> \stopxmlsetups
> \startbuffer[demo]
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE Entities [<!ENTITY XXX "My xxx definition">]>
> <root>
> See &amp;XXX; for &XXX;.
> </root>
> \stopbuffer
> \starttext
> \xmlprocessbuffer{demo}{demo}{}
> \stoptext
>
> Produces as output a subtituted entity
>
>
> But
>
> doctype-public.tex =
> \startxmlsetups demo:setups
> \xmlsetsetup{#1}{root}{demo:*}
> \stopxmlsetups
> \xmlregistersetup{demo}{demo:setups}
> \startxmlsetups demo:root
> \xmlflush{#1}
> \stopxmlsetups
> \startbuffer[demo]
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE Entities PUBLIC "namen.dtd" "file://namen.dtd"><root>
> See &amp;XXX; for &XXX;.
> </root>
> \stopbuffer
> \starttext
> \xmlprocessbuffer{demo}{demo}{}
> \stoptext
>
> namen.dtd =
> <!ENTITY XXX "This is my XXX definition">
>
> The last two do not output a substituted entity. /Why is this not 
> working? What I am doing wrong?/
>
>
>
> dr. Hans van der Meer
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________


[-- Attachment #1.2.1: Type: text/html, Size: 13026 bytes --]

[-- Attachment #1.2.2: image.jpg --]
[-- Type: image/jpeg, Size: 5245 bytes --]

[-- Attachment #1.2.3: image.jpg --]
[-- Type: image/jpeg, Size: 3350 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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-03 14:22 entity substitution dr. Hans van der Meer
2018-04-03 14:38 ` Wolfgang Schuster

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