I'm migrating from my C1 tests to C2 and attempting to get my previously
working FO (PDF) examples to work.  I had a namespace defined in my C1 file
that the C2 serializer doesn't like:

code:
<xsl:stylesheet version="1.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

error:
FOTreeBuilder: Unknown formatting object
http://www.w3.org/1999/XSL/Transform^stylesheet

So, I've commented that out.  Problem is, I need to reference my XML data
being created from a database.  The FO example shipped with C2 examples only
used static data to create the example.

Am I missing something very obvious here?

Thanks!
Mark


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

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

Reply via email to