I faced a strange problem working with XSLT and XML. I am creating an MVC application that reads an XSLT file containing templates and variables and process their contents. After the processing I saw that many changes were made to some nodes that would not have to be touched.I faced a strange problem working with XSLT and