Jaroslav Snajdr <[EMAIL PROTECTED]> writes: > Hello, > > I've started playing with XML support in Context and have a couple of problems: > > 1. My XML document is divided into several files. The DOCTYPE declaration looks like >this: > > <!DOCTYPE book PUBLIC ...docbook stuff... [ > <!ENTITY ch1 SYSTEM "chapter1.xml"> > <!ENTITY ch2 SYSTEM "chapter2.xml"> > ]> > <book> > .. > &ch1; > &ch2; > .. > </book> > > How can I process this document in Context? I can define the > entities &chx;, but that means to define the mapping to file at two > places.
I think Hans should give you a call back for ENTITY. There you can do your own parsing and define the entities based on the particular entity definition. AFAIK this is not yet possible. -- Groetjes, Berend. (-:
