> I'm thinking in the direction of using the dynamic XML-stream as
> principal input to the XSL Transformation, and use the document()
> function to access the static XML with the questions...

I would try to use the document function as few times as possible, so I'd 
want whichever source has the most elements to be the input to the 
transformation. You could also read the entire second document into a 
variable, to have much faster access to it. That way, you'd hit the 
document function just once. If you have a small amount of static content 
and a large amount of dynamic content that must frequently read from the 
static content, you should get substantial speed benefits from writing the 
static content into a variable with just one call to the document() 
function.

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to