Hi,

> -----Message d'origine-----
> De : [EMAIL PROTECTED] 
> Envoyé : mardi 21 octobre 2008 13:05
> 
> Hi All,
> 
> I am parsing an xml having information of CD. In xsl file in 
> "xsl-region-body"  referring tag cd and then I am displaying 
> headers of pdf (title, artist.. etc).
> But in pdf output the headers are not displayed.
> I am attaching the xml and xsl files and also output pdf file.
> Can any body help in getting headers in pdf file?
> 
> Regards,
> Bhaskar 

Your XSLT file must contain a template for the root node:
<xsl:template match="/">
  <xsl:apply-templates/>
</xsl:template>

Other tip: FOP 0.20.4 is a very old version.
You should upgrade it...

Pascal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to