XmlNode.transformNode Method
Syntax
public str transformNode(
XmlNode stylesheet,
[boolean enableScripting,
XmlResolver xsltResolver])
Run On
Called
Parameters
- stylesheet
Type: XmlNode Class
- enableScripting
Type: boolean
- xsltResolver
Type: XmlResolver Class
Remarks
If an attacker can control input to the transformNode method, a security risk exists. Therefore, this method runs under Code Access Security. Calls to this method on the server require permission from the InteropPermission class. Make sure that the user has development privileges by setting the security key to SysDevelopment on the control that calls this method.