keiron 01/07/02 04:38:30 Modified: src/codegen propmaker.xsl Log: puts the right property family name in resulting prop file Revision Changes Path 1.3 +6 -1 xml-fop/src/codegen/propmaker.xsl Index: propmaker.xsl =================================================================== RCS file: /home/cvs/xml-fop/src/codegen/propmaker.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- propmaker.xsl 2001/05/17 07:44:20 1.2 +++ propmaker.xsl 2001/07/02 11:38:27 1.3 @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]