I successfully implemented this solution with XMLSpy and tested the transformation with the built in XLST processor and the MSXML processor you can switch to. However, I am told by an associate that the transform does not work correctly when using the XslCompiledTransform class and the Transform method, using
VB.NET running in SQL Server Integration Services. That is, the new elements are not inserted.
Could there be a nuance that makes this not work in that system? I understand that that class is based on XSLT 1.0? Is there something related to 2.0 that is in this code? Thanks for your assistance again.