I found a solution: In my example above, I have added the redirection from stderr to stdout! xml val -e -s abc.xsd xyz.xml > result.txt 2>&1 "2>&1" does the job!
Hi, Windows 11 Pro, piping doesn't work at all. E.G.: xml val -e -s abc.xsd xyz.xml>result.txt In result.txt I have the result (e.g. xyz.xml - invalid) but the other output (xyz.xml🔢20 Element...) is only to see in the cmd-box. I wanted to interpret the output (for example jump directly to the appropiate line). With the already mentiones options (-o or --output) the program could open a file instead of stdout. Is there a chance?