Fix: doc/man: use a single XSL file and match local names
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 27 Jul 2017 23:28:40 +0000 (19:28 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Jul 2017 20:02:50 +0000 (16:02 -0400)
Matching the local name instead of the full name, that is:

    *[local-name() = 'co']

instead of just `co` matches both the non-namespaced element and the
DocBook-namespaced element whether we're using the DocBook 4.5 or
DocBook 5.0 stylesheets.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.024971 seconds and 4 git commands to generate.