Remove excess namespaces from XSLT
In the process, break up a long line. Change-Id: Iec50e3bf292da9a3d4aef22bf5c59f2008b35c1f Reviewed-by: Mikołaj Boc <Mikolaj.Boc@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
c30e52e199
commit
762bf783dd
@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a="http://www.iana.org/assignments" xmlns="http://www.iana.org/assignments" xmlns:_="http://www.iana.org/assignments" xmlns:DEFAULT="http://www.iana.org/assignments" version="1.0">
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
|
xmlns:a="http://www.iana.org/assignments" version="1.0">
|
||||||
<xsl:output omit-xml-declaration="yes" indent="no" method="text"/>
|
<xsl:output omit-xml-declaration="yes" indent="no" method="text"/>
|
||||||
<xsl:template match="/a:registry[@id='cbor-tags']">struct CborTagDescription
|
<xsl:template match="/a:registry[@id='cbor-tags']">struct CborTagDescription
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user