The following two commands should be equivalent.  However the first one works, while the second doesn't

xmllint --xinclude test.xml | xsltproc -
xsltproc --xinclude test.xml
