When I create a dynamic data type (from the console) are automatically created xslt functions like Get_datatypename_Xml, which can be conveniently used in custom XSLT functions. These functions are not created when I create a static data type, so I need to take care of retrieving the data of the static type. How to retrieve data from the data of the static type in custom XSLT functions? Or is it only possible in C # function? If so, in what way to call C # function in XSLT functions?Thank you.
↧