When using the apply-templates don't use match but use select > <xsl:apply-templates match="libertis"/>
You should replace the previous line with <xsl:apply-templates select="libertis"/> >From: BRAHMA <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: "match" attribute is not allowed on the xsl:apply-templates elem >Date: Mon, 14 Jan 2002 15:29:03 +0100 > >Hi List, > > I am having problem while converting xml to pdf...with xsl:fo > > </xsl:template> > > <xsl:template match="libertis"> > <fo:block text-align="start" font-size="8pt"> In the libertis ></fo:block> > <xsl:apply-templates match="valueObject[@classId='61']"/> > </xsl:template> > > <xsl:template match="valueObject[@classId='61']"> > <fo:block text-align="start" font-size="8pt"> In the >ValueObject ></fo:block> > </xsl:template> >----------------------------------------------------------------------- >getting an exception like.... > >java.lang.reflect.InvocationTargetException: >org.apache.fop.apps.FOPException: >"match" attribute is not allowed on the xsl:apply-templates element! > >------------------------------------------------------------- >I really appreciate if any of you help me in solving this bug. > >regards >brahma ><< brahmaiah.kurabalakota.vcf >> >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, email: [EMAIL PROTECTED] _________________________________________________________________ Chat on line met vrienden en probeer MSN Messenger uit: http://messenger.msn.nl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
