Registering an extension programmatically (not from xsl file) 2006-04-30 - By Nils Kaiser
Hello,
I need to implement an extension to access some external content. The content is different on a per-user base and so I need to specify the right source to the extension before it is used (the xslt file itself does not know about the user...).
How do I specify an extension and its already instanced class programmatically before doing the transformation?
Thx,
Nils Kaiser
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-15" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1">Hello,<br> <br> I need to implement an extension to access some external content. The content is different on a per-user base and so I need to specify the right source to the extension before it is used (the xslt file itself does not know about the user...).<br> <br> How do I specify an extension and its </font><font size="-1">already instanced </font><font size="-1">class programmatically before doing the transformation?<br> <br> Thx,<br> <br> Nils Kaiser<br> </font> </body> </html>
|
|