Err... I thougt the <template match="IMAGEINFO"> was the template?
The IMAGEINFO is tag in the .XML, like <IMAGEINFO>foo.bar</IMAGEINFO> I want to write foo.bar i the <fo:table-cell> Jacob -----Original Message----- From: Clay Leeds [mailto:[EMAIL PROTECTED] Sent: 25. januar 2003 00:39 To: [EMAIL PROTECTED] Subject: Re: Howto make tables... Jacob Bager wrote: > Your right J. > > It was missing the table-body element. > > I have experimented with the xsl. Clay Leeds provided, its Working. > But i havn't managed to get any data in from the xml-file. I tried > this : > > <fo:table-cell padding="1pt"> > <fo:block keep-with-next.within-page="always"> > <xsl:template match="IMAGEINFO"> > <fo:block font-size="10px" font-style="italic" > text-align="center"> > <xsl:apply-templates/> > </fo:block> > </xsl:template> > </fo:block> > </fo:table-cell> > > Have i totaly misunderstood something here, or shouldn't it work? > > Jacob Bager > Denmark It would help to see your template "IMAGEINFO" to get an idea of what's going wrong here. -- Clay Leeds - [EMAIL PROTECTED] Web Developer - Medata, Inc. - http://www.medata.com PGP Public Key: https://mail.medata.com/pgp/cleeds.asc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
