git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194325
13f79535-47bb-0310-9956-
ffa450edef68
<xsl:output method="xml" />
+<xsl:import href="elements.xsl"/>
+
<xsl:template match="elements">
-<property-list family="SVG">
+<property-list>
+<xsl:attribute name="family">
+<xsl:call-template name="capall"><xsl:with-param name="str" select="$prefixVal"/></xsl:call-template>
+</xsl:attribute>
<generic-property-list>
<xsl:apply-templates select="*//attribute"/>
</generic-property-list>