10 #ifndef P6XSLTTEMPLATE_H__
11 #define P6XSLTTEMPLATE_H__ 1
64 #define IF_p6IXSLTTemplate {0xb6dc4aec,0x1d19,0x4058,{0x84,0x32,0xa8,0xfc,0x27,0x1f,0x25,0x3f}}
This interface allows that caller to extract out the currently compiled template in the XSLT processo...
The base interface all [p6]COM components must derive from and implement.
This interface contains a compiled XSLT template and is used to share the compiled object across mult...
virtual P6R::P6ERR setTemplate(p6IXSLTCompiled *pTemplate)=0
Set the XSLT component with a compiled template object.
virtual P6R::P6ERR getTemplate(p6IXSLTCompiled **pTemplate)=0
Extract the current compiled template sitting in the XSLT processor component.
A compiled XSLT template.