What steps will reproduce the problem?
1. Do not have xmllint in the PATH
2. Run a2x on doc source that would create an intermediate xml file
What is the expected output? What do you see instead?
a2x fails, complaining about not being able to find xmllint.
What version of the product are you using? On what operating system?
This is still in trunk.
Please provide any additional information below.
Should be something like:
XMLLINT=(subprocess.call(["which", "xmllint"], stdout=subprocess.PIPE) == 0 and "xmllint" or "")
Original issue reported on code.google.com by developm...@efficientek.com on 20 May 2013 at 5:34
Original issue reported on code.google.com by
developm...@efficientek.com
on 20 May 2013 at 5:34