You probably got caught out with an older version of FOP before.
This:

      <fo:page-sequence master-name = "run1">   
        <xsl:apply-templates/>
      </fo:page-sequence>

should read:

      <fo:page-sequence master-reference = "run1">   
        <xsl:apply-templates/>
      </fo:page-sequence>

Bye,

Perry Molendijk

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to