O
OctavioOlguin
Guest
Greetings. I have this piece of code, which applies xslt transformation to a xml doc, contained on a disk file. The need is to hurry up things, as workload is growing fast. xslt = NEW System.Xml.Xsl.XslCompiledTransform(). xslt:Load("XSLTchain.xslt"). xslt:Transform("source.xml", "salt.txt"). First I get all the values and then send them to disk files, just to load them again for the Net component. I wonder, as I can't read, yet, .NET specs... Is there a way to use the variables already on memory on the load and transform methods? TIA.
Continue reading...
Continue reading...