ISiteValidateStylesheets Method
|
Perform XML validation on the XSLT stylesheets.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid ValidateStylesheets()
void ValidateStylesheets()
abstract ValidateStylesheets : unit -> unit
Remarks
This validation only make sure the XSLT stylesheets can be loaded correctly as XSLT files, it will not perform any actual compilation/transformation in XSLT level.
See Also