Align attributes in xsl:stylesheet elements

Part of a patch by Boian Berberov
This commit is contained in:
Pierre Labastie 2024-01-27 17:30:51 +01:00
parent b8d33a557b
commit 5d064fb3c3
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:exsl="http://exslt.org/common" xmlns:exsl="http://exslt.org/common"
extension-element-prefixes="exsl" extension-element-prefixes="exsl"
version="1.0"> version="1.0">
<!-- XSLT stylesheet to extract commands from [B,H]LFS books. --> <!-- XSLT stylesheet to extract commands from [B,H]LFS books. -->

View File

@ -3,7 +3,7 @@
<!-- Create a md5 list for packages and patches used. --> <!-- Create a md5 list for packages and patches used. -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"> version="1.0">
<xsl:output method="text"/> <xsl:output method="text"/>

View File

@ -4,7 +4,7 @@
with wget. --> with wget. -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"> version="1.0">
<xsl:output method="text"/> <xsl:output method="text"/>