Getting XMLSpy to support EXSLT dynamic functions

Reading Time: < 1 minute Recently I have been using XSLT to transform XML from one format to the other. I use Xalan (for Java) in the application itself, but often develop and debug with XMLSpy. I needed a way for XSLT to dynamically evaluate and select a given string, and found no easy way to do this other than…
Read more