View Single Post
  #5  
Old 12-07-2006, 03:06 AM
Francois Francois is online now
Registered User
 
Join Date: 12-06-2006
Posts: 2
I will also vote for a builtin XSLT action.

One thing to consider is to also pass a "MODE" setting to the XSLT processor in addition to the standard parameters. Most of my XSLT templates makes use of "MODE" attribute and I don't know how I managed without it.

Another idea to consider is that parameters can be of type IDispatch. You could for example supply access to your "DOM" for XSLT code to use. I can provide some examples if needed.
Reply With Quote