% interface=en \defineXMLargument [title] [label=] {\title[\XMLop{label}]} \defineXMLenvironment [itemize] [packed=] {\doifelseXMLop{packed}{yes} {\startitemize[packed]} {\startitemize}} {\stopitemize} \defineXMLenvironment [item] {\item} {\par} \defineXMLenvironment [p] {\ignorespaces} {\par} \starttext \startXMLdata Just an Example

There are three items:

Number One Number Two Number Three

And tree more

First Line Second Line Third Line \stopXMLdata Instead of putting the data in here you can put it in a file, say \type {sample.xml} and load that file using: \starttyping \processXMLfilegrouped{sample.xml} \stoptyping \stoptext