Re: [NTG-context] bib module/XML

2006-03-30 Thread Johannes Graumann
Taco provided this solution off-list: > Try this: > >    \defineXMLargument >      [cite] >      {\expanded{\cite[\XMLpar{cite}{key}{}][\XMLpar{cite}{id}{}]}} > > The immediate expansion make sure that the right things are > remembered. ___ ntg-context

Re: [NTG-context] bib module/XML

2006-03-29 Thread Johannes Graumann
Taco Hoekwater wrote: > I believe that should be: > > \defineXMLenvironment >[content] >{}{} > Thanks for your answer ... this didn't solve my problem see attachment ... the relevant mapping code is: \defineXMLenvironment [chapter] { \defineXMLargument [title]

Re: [NTG-context] bib module/XML

2006-03-29 Thread Taco Hoekwater
Johannes Graumann wrote: > This works ok, however, I also have the following definition included: > \defineXMLenvironment > [chapter] > { > \defineXMLargument > [title] > {\chapter} > \defineXMLprocess > [content] > {} I believe that should be: \defineXM

[NTG-context] bib module/XML

2006-03-28 Thread Johannes Graumann
Hello, I have a couple of questions concerning the bib module, which I'm using in conjunction with XML document code. In my header I say: \usemodule[bib] \setupbibtex[database={../Bibliography/bibliography.bib}] 1) \completepublications problem in the xml I say: and use \defineXMLargument [ci