f092b3ddf3
* new-features.xml: (ov-new1.7.32): Add new section. * ntsec.xml: Rename top-level section to reflect extension of topics. Remove old /etc/passwd, /etc/group considerations. Add new sections explaining Windows to POSIX account mapping. Make setuid sections third level sections. * pathnames.xml: Note new method of account mapping for fstab.d/$USER. * faq-setup.xml: Rework references to /etc/passwd and /etc/group to reflect changes to account handling. * faq-using.xml: Ditto.
14 lines
511 B
XML
14 lines
511 B
XML
<?xml version='1.0'?>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
xmlns:fo="http://www.w3.org/1999/XSL/Format"
|
|
version='1.0'>
|
|
|
|
<xsl:param name="chunker.output.doctype-public"
|
|
select="'-//W3C//DTD HTML 4.01 Transitional//EN'" />
|
|
<xsl:param name="html.stylesheet" select="'docbook.css'"/>
|
|
<xsl:param name="use.id.as.filename" select="1" />
|
|
<xsl:param name="root.filename" select="@id" />
|
|
<xsl:param name="toc.section.depth" select="3" />
|
|
|
|
</xsl:stylesheet>
|