]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
puts the right property family name in resulting prop file
authorKeiron Liddle <keiron@apache.org>
Mon, 2 Jul 2001 11:38:27 +0000 (11:38 +0000)
committerKeiron Liddle <keiron@apache.org>
Mon, 2 Jul 2001 11:38:27 +0000 (11:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194325 13f79535-47bb-0310-9956-ffa450edef68

src/codegen/propmaker.xsl

index bf9d1671a17eee71ad473caf4a3cdb2590d42f03..2aa67bfdd58b82573c44c18ddfef94c7949de2b3 100644 (file)
@@ -6,8 +6,13 @@
 
 <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>