ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* xmlconcat
@ 2015-08-22 11:29 Meer, H. van der
  2015-08-23 14:00 ` xmlconcat Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Meer, H. van der @ 2015-08-22 11:29 UTC (permalink / raw)
  To: NTG ConTeXt


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

There is a behaviour of xmlconcat that I do not understand.
Calling as
    \xmlconcat{#1}{test}{xxx}
correctly interjects the "xxx" between the successive members, in according with the documentation.

But using the command version for calling:
    \xmlconcat{#1}{test/command(xmltest:test)}{yyy}
does typeset the nodes but not the text from the third argument.

It might be the correct behaviour but it confuses me.
Any comments or enlightment? Thamks in advance.

Hans van der Meer

Minimal example:

\setuppapersize[A6][A6]
\startxmlsetups xmltest:setups
\xmlsetsetup{\xmldocument}{root|test}{xmltest:*}
\stopxmlsetups
\xmlregistersetup{xmltest:setups}
\startxmlsetups xmltest:root
\writestatus{TEST}{calling xmltest:root}
\xmlconcat{#1}{test}{xxx}\crlf
\xmlconcat{#1}{test/command(xmltest:test)}{yyy}\crlf
\stopxmlsetups
\startxmlsetups xmltest:test
\xmlflush{#1}
\stopxmlsetups
\startbuffer[xmlbuffer]
<?xml version="1.0" encoding="UTF-8"?>
<root>
<test>node-1</test>
<test>node-2</test>
<test>node-3</test>
<test>node-4</test>
</root>
\stopbuffer
\starttext
\xmlprocessbuffer{root}{xmlbuffer}{}
\stoptext
\endinput



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

[-- Attachment #2: concat.pdf --]
[-- Type: application/pdf, Size: 5485 bytes --]

[-- Attachment #3: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: xmlconcat
  2015-08-22 11:29 xmlconcat Meer, H. van der
@ 2015-08-23 14:00 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2015-08-23 14:00 UTC (permalink / raw)
  To: ntg-context

On 8/22/2015 1:29 PM, Meer, H. van der wrote:
> There is a behaviour of xmlconcat that I do not understand.
> Calling as
>      \xmlconcat{#1}{test}{xxx}
> correctly interjects the "xxx" between the successive members, in
> according with the documentation.
>
> But using the command version for calling:
>      \xmlconcat{#1}{test/command(xmltest:test)}{yyy}
> does typeset the nodes but not the text from the third argument.
>
> It might be the correct behaviour but it confuses me.
> Any comments or enlightment? Thamks in advance.
>
> Hans van der Meer
>
> Minimal example:
>
> \setuppapersize[A6][A6]
> \startxmlsetups xmltest:setups
> \xmlsetsetup{\xmldocument}{root|test}{xmltest:*}
> \stopxmlsetups
> \xmlregistersetup{xmltest:setups}
> \startxmlsetups xmltest:root
> \writestatus{TEST}{calling xmltest:root}
> \xmlconcat{#1}{test}{xxx}\crlf
> \xmlconcat{#1}{test/command(xmltest:test)}{yyy}\crlf
> \stopxmlsetups
> \startxmlsetups xmltest:test
> \xmlflush{#1}
> \stopxmlsetups
> \startbuffer[xmlbuffer]
> <?xml version="1.0" encoding="UTF-8"?>
> <root>
> <test>node-1</test>
> <test>node-2</test>
> <test>node-3</test>
> <test>node-4</test>
> </root>
> \stopbuffer
> \starttext
> \xmlprocessbuffer{root}{xmlbuffer}{}
> \stoptext
> \endinput

\xmlconcat{#1}{test}{xxx}\crlf
\xmlconcat{#1}{test/command(xmltest:test)}{yyy}\crlf

command(...) is applied and is stronger than concat

you can also apply concat, compare this:

\startxmlsetups xmltest:root
     \writestatus{TEST}{calling xmltest:root}
     \xmlconcat{#1}{test}{xxx}\crlf
     \xmlconcat{#1}{test/command(xmltest:test)}{yyy}\crlf
     \xmlall   {#1}{test/concat('zzz')}\crlf
\stopxmlsetups

\startxmlsetups xmltest:test
     [\xmlflush{#1}]
\stopxmlsetups


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2015-08-23 14:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-22 11:29 xmlconcat Meer, H. van der
2015-08-23 14:00 ` xmlconcat 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).