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>
--~--