You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ke...@apache.org on 2001/07/02 13:38:30 UTC

cvs commit: xml-fop/src/codegen propmaker.xsl

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: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org