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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]