Checkout
Start free trial
Take Naologic for a spin today, no credit card needed and no obligations.
Start free trial
Question

Javascript Xml - Can you use JavaScript in XML?

Answer

The bulk of the features of XML components allow you to invoke functions written in either JavaScript or TypeScript. For the most part, this allows programmatic dynamic calculation of attribute values. So, unlike use cases that depend on hardcoded attribute values, it allows for more sophisticated use cases to be implemented.