When a vortex script sends an XML to ASP page, it is sending with 4 new line characters before the <xml tag. Is it possible to truncate those new lines?
Note: The same code works fine when the OS is solaris. It breaks in LINUX environment.
Vortex wouldn't output blank lines unless they were in the script, or output with something like <fmt "\n">. How much happens in the script between the entry and the output of <xml>?
There is no <fmt "\n"> in the code and I am getting four newlines above the <xml> tag and there is no blank spaces in between the code. I am confused, that the same code which works fine in the solaris server is causing issues with the linux server.
Are you execing any external programs and printing the results? They may be different between servers, but the actual Vortex code should produce the same output.