Re: Successful system call output going to error log
- From: RoninTech <paul.rimmer@xxxxxxxxx>
- Date: Fri, 30 Jan 2009 16:05:03 -0800 (PST)
It might be that xmllint sends its messages to the standard error. You
can redirect it to stdout or /dev/null:
xmllint --noout --schema validate.xsd file.xml2> /dev/null
xmllint --noout --schema validate.xsd file.xml2>&1
Jackpot! Gracias Alvaro. Redirected it to stdout and now its working
as expected. The file paths weren't an issue. Also since the last
line is all I'm interested in, system() works great.
Cheers,
Paul
.
- References:
- Successful system call output going to error log
- From: RoninTech
- Re: Successful system call output going to error log
- From: "Álvaro G. Vicario"
- Successful system call output going to error log
- Prev by Date: Re: Why wont my script mail in explorer, but ok in Firefox?
- Next by Date: Re: Why wont my script mail in explorer, but ok in Firefox?
- Previous by thread: Re: Successful system call output going to error log
- Next by thread: non-invasive templating solution
- Index(es):
Relevant Pages
|