Click or drag to resize
ContentProviderTransform Method
Transforms XML document using provided XSL style sheet.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
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: String
See Also