Page MenuHomeClusterLabs Projects

fence2rng.xsl
No OneTemporary

fence2rng.xsl

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="text" indent="yes"/>
<xsl:template name="capitalize">
<xsl:param name="value"/>
<xsl:variable name="normalized" select="translate($value, '_abcdefghijklmnopqrstuvwrxyz', '-ABCDEFGHIJKLMNOPQRSTUVWRXYZ')"/>
<xsl:value-of select="$normalized"/>
</xsl:template>
<xsl:template match="/resource-agent">
&lt;!-- <xsl:value-of select="@name"/> --&gt;
&lt;group rha:name="<xsl:value-of select="@name"/>" rha:description="<xsl:value-of select="@shortdesc"/>"&gt;
&lt;optional&gt;
&lt;attribute name="option"/&gt; &lt;!-- deprecated; for compatibility. use "action" --&gt;
&lt;/optional&gt;<xsl:for-each select="parameters/parameter">
&lt;optional&gt;
&lt;attribute name="<xsl:value-of select="@name"/>" rha:description="<xsl:value-of select="normalize-space(shortdesc)"/>" /&gt;
&lt;/optional&gt;</xsl:for-each>
&lt;/group&gt;
</xsl:template>
</xsl:stylesheet>

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 25, 12:41 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1464829
Default Alt Text
fence2rng.xsl (1 KB)

Event Timeline