doc: Removed redundant xslt output elements.
authorJon A. Cruz <jonc@osg.samsung.com>
Thu, 27 Nov 2014 20:30:52 +0000 (12:30 -0800)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Mon, 1 Dec 2014 13:21:25 +0000 (15:21 +0200)
Removed <xsl:output> elements that were duplicated but with attributes in
a different order. Standard tools are required to ignore the order of
attributes in an element.

Signed-off-by: Jon A. Cruz <jonc@osg.samsung.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/publican/protocol-interfaces-to-docbook.xsl
doc/publican/protocol-to-docbook.xsl

index ad6bdda..9cf0695 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" ?>
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
 <xsl:output method="xml" encoding="UTF-8" indent="yes" />
 
 <xsl:template match="/">
index 939ba40..443228d 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" ?>
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
 <xsl:output method="xml" encoding="UTF-8" indent="yes" />
 
 <xsl:template match="/">