I could be way off, but...
Have you tried including the data in the stylesheet itself and using document() to self-reference?
.micah
Pier Fumagalli wrote:
I have some quite-large tables that i use for lookups (categories, mostly, and prices). They fit pretty nicely in a DOM in memory, no problem, and they almost never change.
Now, I want to access those from XSLT as a variable.
