XmlTransform::execute Method [AX 2012]

client server public static str execute(
    XmlReader stylesheet, 
    XmlReader xml, 
    boolean enableScripting, 
   [XmlResolver stylesheetResolver])

Run On

Called

Parameters

stylesheet
Type: XmlReader Class
xml
Type: XmlReader Class
enableScripting
Type: boolean
stylesheetResolver
Type: XmlResolver Class

If an attacker can control input to the XmlTransform::execute 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.

Show: