After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 54952 - xsltproc and xmllint should state their version
xsltproc and xmllint should state their version
Status: VERIFIED FIXED
Product: libxslt
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2001-05-19 20:06 UTC by stinney
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description stinney 2001-05-19 20:06:52 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
Comment 1 Daniel Veillard 2001-05-19 20:31:12 UTC
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
Comment 2 Daniel Veillard 2001-06-06 08:59:17 UTC
The version 0.11.0 ships with the --version flag,

Daniel