ContentProviderTransform Method |
Transforms XML document using provided XSL style sheet.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
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