xsl-list
[Top] [All Lists]

RE: Re: Using the full page for an element

2005-08-26 00:54:23
In correspondence with my previous question, I used
the following xsl-if, it still didn't work for me.

<xsl:template match="Question">
    <fo:block keep-together="always"
white-space-collapse="false">

<xsl:if test="Question/FullPage = 'true'">

I suspect your Question element cannot have a Question child.

Incidentally (see other thread) this is one of the errors that will be
caught at compile time if you make your stylesheets schema-aware.

Michael Kay
http://www.saxonica.com/



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>