Re: Using include templates

On Tuesday, September 9, 2003, at 10:08 AM, Jim Donnelly wrote:

> Hi;
>
> I'm creating calender templates using SLX:FO. Many of the templates 
> share common behavior. For example a week calender may display a small 
> month calender in the header. Same with a day calender and so on. I've 
> created a small month template and I'm attempting to include it into 
> my week calender. I'm using XMLSPY and I can step through the small 
> month templates as it is called. However, I'm getting errors from 
> XMLSPY ….
>
> [ERROR} unknown formating object ^table
> [ERROR} unknown formating object ^table_column
> ….    

Are you missing xmlns:fo="http://www.w3.org/1999/XSL/Format" from your 
<xsl:stylesheet> element?  (Looking at your snippet from the "called 
template":

> I<...snip...>

>         …
>
> This is a snip-it from the  called  template:
>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
> version="1.0">

~ mark

Received on Tuesday, 9 September 2003 13:19:06 UTC