I needed help installing xmllint from this website: http://xmlsoft.org/sources/win32/
In particular, I am not sure which file I am supposed to download - when I click the link for precompiled Windows binaries I am brought to a list of several files and not sure how to proceed.
I had the same problem and it took me two hours to make it work.
XML
)C:\folderName
(mine = C:\XML
) in the path system variable.
(I'm using Windows 8, for Windows 7 users here's a link):
;C:\folderName
,path
in search box located in your Windows 8 charms.copy a xml file into the xmllint directory
type xmllint --valid --noout fileName.xml
.
If you get this message:
warning : failed to load external entity "fileName.xml"
then that's likely a bug so download an older version of libxml2 from http://xmlsoft.org/sources/win32/ or assign another folder to your XML files and run xmllint from there.
In the command window :
cd C:\Users\user name\Documents\XML files
.xmllint --valid --noout fileName.xml
).Reference: