summaryrefslogtreecommitdiffstats
path: root/filters/cib/configuration/__init__.py
blob: 46d22fd09d1eb6070950d733a86d2f7cf037a5cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: UTF-8 -*-
# Copyright 2014 Red Hat, Inc.
# Part of clufter project
# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"


pcs2simplepcs = '''\
    <clufter:descent-mix preserve-rest="true"/>
    <!-- strip empty optional elements -->
    <xsl:template match="fencing-topology[count(*) = 0]"/>
'''