ContentProviderTransform Method |
Transforms XML document using provided XSL style sheet.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
Syntax public string Transform(
string xml,
string transformationName
)
Parameters
- xml
- Type: SystemString
XML source text - transformationName
- Type: SystemString
Transformation name in format application.class.transformation
Return Value
Type:
StringSee Also