[Progress Communities] [Progress OpenEdge ABL] Forum Post: XlsCompiledTransform using disk files, want to use memory vars.

  • Thread starter Thread starter OctavioOlguin
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top