Perhaps it would be simpler to manipulate the DOM -- to be precise the resulting XML -- with XSL rather than XSP?
For now I manipulate the result object in the transformer :
for (int i = 0; i <= count; i++) { try { SpecialDocument doc = result.Item(i); String contenT = null;
response.append("<doc><name>"+doc.GetName()+"</name></doc>"); ....
But I have 30000 documents and the "Item" method is to long. That's why I need to get the result out of the transformer.
So I will be able to use "Item" method (in the xsp page) onto how many documents I want.
Lionel
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]