I encounter difficulties in stripping the leading and trailing whitespace from a node.

The following does not work for me, typesetting \CAST delivers an empty result:

\def\Cast#1{\def\CAST{#1}}
\startxmlsetups xml:case:cast
        \Cast{\xmlstrip{#1}{}}
\stopxmlsetups

nor do variants like:
        \Cast{xmlstrip{#1}{*}}
        \Cast{xmlstrip{#1}{/}}
        \Cast{xmlstrip{#1}{/cast}}

What does work is:
        \Cast{\xmlflush{#1}}

How do I proceed?

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to