Dear list,

I have the following sample:

    \startbuffer[demo]
      <document>
        text
      </document>
    \stopbuffer

    \startxmlsetups xml:demo:base
        \xmlsetsetup{#1}{document}{xml:demo:doc}
    \stopxmlsetups

    \xmlregistersetup{xml:demo:base}

    \startxmlsetups xml:demo:doc
        \xmlinfo{#1}
        \xmlflush{#1}
    \stopxmlsetups

    \starttext
        \xmlprocessbuffer{main}{demo}{}
    \stoptext

It crashes with latest form 2020.06.29 19:47, because of the use of
\xmlinfo and some undefined command.

Could anyone confirm the issue?

Many thanks for your help,

Pablo
--
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 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 via email to