diff options
Diffstat (limited to 'doc/xsl/notes-param.xsl')
-rw-r--r-- | doc/xsl/notes-param.xsl | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/xsl/notes-param.xsl b/doc/xsl/notes-param.xsl new file mode 100644 index 0000000..f2b3e8b --- /dev/null +++ b/doc/xsl/notes-param.xsl @@ -0,0 +1,23 @@ +<!-- + - Copyright (C) Internet Systems Consortium, Inc. ("ISC") + - + - This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. + - + - See the COPYRIGHT file distributed with this work for additional + - information regarding copyright ownership. +--> + +<!-- ISC customizations for dblatex generator --> + +<xsl:stylesheet version="1.0" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:db="http://docbook.org/ns/docbook"> +</xsl:stylesheet> + +<!-- + - Local variables: + - mode: sgml + - End: + --> |