mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
10 lines
317 B
XML
10 lines
317 B
XML
|
<?xml version='1.0' encoding='ISO-8859-1'?>
|
||
|
|
||
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||
|
xmlns:fo="http://www.w3.org/1999/XSL/Format"
|
||
|
version="1.0">
|
||
|
|
||
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/profiling/profile.xsl"/>
|
||
|
|
||
|
</xsl:stylesheet>
|