Hello again, Another one: I'm trying to expand
\defineXMLenvironment [list]% {% \expanded{% \startitemize% [% \XMLifequalelse{list}{packed}{yes}{packed}{unpacked}% ]% }% }% {\stopitemize}
which can deal with things like
<list packed="yes"> <item> </item> </list>
To something able to deal with multiple attributes (a "setup" statement for now):
<list packed="yes" setup="n"> <item> </item> </list>
I have tryed multiple incarnations of
\defineXMLenvironment [list]% {% \expanded{% \startitemize% [% \XMLifequalelse{list}{setup}{n}{n}{},% \XMLifequalelse{list}{packed}{yes}{packed}{unpacked}% ]% }% }% {\stopitemize}
but this doesn't work ... Can anybody give me any pointers here? Thanks for time and help, Joh -- +----------------------------------------------------------------------+ | Johannes Graumann, Dipl. Biol. | | | | Graduate Student Tel.: ++1 (626) 395 6602 | | Deshaies Lab Fax.: ++1 (626) 395 5739 | | Department of Biology | | CALTECH, M/C 156-29 | | 1200 E. California Blvd. | | Pasadena, CA 91125 | | USA | +----------------------------------------------------------------------+