I would like to process my <dvd> nodes in more than one way but I am stuck with 
the implementation.

The trees could start in a different setup:
\startxmlsetups xml:dvdfirst:dvd .. \stopxmlsetups
\startxmlsetups xml:dvdfirst:setups
        \xmlsetsetup{\xmldocument}
                {error|setup|dvd ..

and

\startxmlsetups xml:dvdsecond:dvd .. \stopxmlsetups
\startxmlsetups xml:dvdsecond:setups .. 

I thought I could call the variants (data collected in a buffer) with:

        \xmlprocessbuffer{dvd}{data.xml}{xml:dvdfirst:dvd}
en
        \xmlprocessbuffer{dvd}{data.xml}{xml:dvdsecond:dvd}

But this does not work. Neither for example ..{xml:dvdfirst}

Guess I am mistreating the 3rd parameter of 
\xmlprocessbuffer{}{}{initial-xml-setup}. The manual says "process the tree 
starting with initial-xml-setup.

What am I doing wrong?

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