Adrian Herscu schrieb am 30.06.2010 um 20:03 (+0300):
> 
> Then how would you advise to implement such a system?
> I really need to get some input during the transformation.

Depends on what kind of input you have in mind and what's practical to
do. One strategy is to append your runtime data (user input, database
output, whatnot) to your main XML document which you construct in
memory, and then have XSL code handle it as you see fit.

/root
  /data
    ...
  /data
    ...
  /my:runtime-input -- All your extra input goes here.
    /my:object-A
      ...
    /my:object-B
      ...
    /my:more-context

-- 
Michael Ludwig

Reply via email to