RE: flow must contain block-level children

2005-03-01 Thread Dennis Myrén
Neeru, You can test if there are any occurrences of CodeDecode, if not then just write out an empty block: fo:page-sequence master-reference=page3 fo:flow flow-name=body3 xsl:choose xsl:when test=0 lt; count(CodeDecode) xsl:apply-templates

RE: flow must contain block-level children

2005-03-01 Thread Lawford, Mark : Enable
811 * [EMAIL PROTECTED] * Mail Van E -Original Message- From: Dennis Myrén [mailto:[EMAIL PROTECTED] Sent: 01 March 2005 15:57 To: fop-user Subject: RE: flow must contain block-level children Neeru, You can test if there are any occurrences of CodeDecode, if not then just write out

RE: flow must contain block-level children

2005-03-01 Thread Glen Mazza
I don't think that helps, because he still gets the empty fo:block and hence the blank page. But by rearranging your code, perhaps this will work instead: xsl:choose xsl:when test=0 lt; count(CodeDecode) fo:page-sequence master-reference=page3 fo:flow flow-name=body3

RE: flow must contain block-level children

2005-03-01 Thread Dennis Myrén
contain block-level children I don't think that helps, because he still gets the empty fo:block and hence the blank page. But by rearranging your code, perhaps this will work instead: xsl:choose xsl:when test=0 lt; count(CodeDecode) fo:page-sequence master-reference=page3 fo:flow