Denis Maier schrieb am 21.09.2020 um 16:38:
Hi,
I'm a bit confused, but this here won't compile:
================= \startbuffer[test] <?xml version="1.0" encoding="utf-8" ?> <article> Test <table/> </article> \stopbuffer
\startxmlsetups xml:test \xmlsetsetup{#1}{*}{-} \xmlsetsetup{#1}{article}{xml:*} \xmlsetsetup{#1}{table[@content-type!='parallel']}{xml:table} \stopxmlsetups
\xmlregistersetup{xml:test}
\startxmlsetups xml:article \starttext \xmlflush{#1} \stoptext \stopxmlsetups
\startxmlsetups xml:table \startxtable \startxrow \startxcell one \stopxcell \startxcell two \stopxcell \stopxrow \stopxtable \stopxmlsetups
\startxmlsetups xml:table \startembeddedxtable \startxrow ... \stopxrow \stopembeddedxtable \stopxmlsetups Wolfgang