GNOME Bugzilla – Bug 54952
xsltproc and xmllint should state their version
Last modified: 2009-08-15 18:40:50 UTC
If xsltproc and xmllint stated their version when showing the list of options, it would be much easier to ascertain which version of the library was being used when bug-reporting. Steve
Good idea ! Implemented and commited orchis:~/XSLT/libxslt -> ./xsltproc -V Using libxml 20308 and libxslt 1000 orchis:~/XSLT/libxslt -> this is crude but has to advantage of asking the libraries, i.e. if using dynamic linking it's the real version used not the one it was compiled against. Daniel
The version 0.11.0 ships with the --version flag, Daniel