> -----Original Message----- > From: Omar Adobati [mailto:[EMAIL PROTECTED] > > > Perhaps you have not removed the final 's'... > > Here is a sample: > > <fo:block-container border="solid red 1pt" > absolute-position="absolute" > > top="50mm" left="50mm" height="50mm" width="100mm"> > > <fo:block border="solid red 1pt">some text</fo:block> > > </fo:block-container> > > > > Pascal > > It works now, but ther's no way to do something like: > > <xsl:template match="myMatch"> > <fo:block-container ....> > some code here > </fo:block-container> > </xsl:template> > > If I try it gives me back errors.
Witch kind of errors? fo:block-container must contain one or more block, block-container, table-and-caption, table, or list-block See spec at [1]. Pascal [1] http://www.w3.org/TR/xsl11/#fo_block-container --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
