AW: AW: Error while using fop: [ERROR] org.apache.fop.apps.FOPException: master-reference

2004-08-19 Thread Mosimann Matthias
Sorry but I'm very new to xml - techniques, study it for a couple of days. So 
I'm a little bit confused. I don't know what I should do for solving this 
error. I read the FAQ ... But I think there is no solution?!

Could anybody give me some advice? Many thanks for your answers. If anyone 
needs the xsl file and the xml file pls ask for them.


regards

Matthias

-Ursprüngliche Nachricht-
Von: J.Pietschmann [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 16. August 2004 21:31
An: [EMAIL PROTECTED]
Betreff: Re: AW: Error while using fop: [ERROR] 
org.apache.fop.apps.FOPException: master-reference


Mosimann Matthias wrote:
 [ERROR] org.apache.fop.apps.FOPException: No meaningful layout in 
 block after many attempts.  Infinite loop is assumed.  Processing 
 halted.

FAQ (again):
  http://xml.apache.org/fop/faq.html#fop-hangs
  http://xml.apache.org/fop/faq.html#boxoverflow

I think we should update the Q title.

J.Pietschmann

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


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



AW: AW: AW: Error while using fop: [ERROR] org.apache.fop.apps.FOPException: master-reference

2004-08-19 Thread Mosimann Matthias
Hi Glen


Today I bought O'Reillys XSL - FO book written by dave pawson. I think this 
book answer me quite a lot of questions, so I don't have to post the question 
here. Thank you for your good tipps an renderex.com and antennahouse.com! 

Many thanks for your answers!


regards

Matthias

-Ursprüngliche Nachricht-
Von: Glen Mazza [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 19. August 2004 13:47
An: [EMAIL PROTECTED]
Betreff: Re: AW: AW: Error while using fop: [ERROR] 
org.apache.fop.apps.FOPException: master-reference


Matthias,

I would recommend looking through the on-line
tutorials offered by the commercial implementations
(at www.renderx.com, www.antennahouse.com) first in
order to learn about XSL.  

Then, run each of the FOP examples in the examples/fo
directory of the FOP distribution.  Take notes on what
you can use for your own work--look at the underlying
code.

Although in a ruder tense than I would use, I think
Michael Kay's recent advice for an XSLT newbie [1] may
be relevant here.  Learn a bit more before you start
working!

Regards,
Glen

[1] http://www.biglist.com/lists/xsl-list/archives/200407/msg00114.html

--- Mosimann Matthias [EMAIL PROTECTED]
wrote:

 Sorry but I'm very new to xml - techniques, study it
 for a couple of days. So I'm a little bit confused.
 I don't know what I should do for solving this
 error. I read the FAQ ... But I think there is no
 solution?!
 
 Could anybody give me some advice? Many thanks for
 your answers. If anyone needs the xsl file and the
 xml file pls ask for them.
 
 
 regards
 
 Matthias
 
 -Ursprüngliche Nachricht-
 Von: J.Pietschmann [mailto:[EMAIL PROTECTED]
 Gesendet: Montag, 16. August 2004 21:31
 An: [EMAIL PROTECTED]
 Betreff: Re: AW: Error while using fop: [ERROR]
 org.apache.fop.apps.FOPException: master-reference
 
 
 Mosimann Matthias wrote:
  [ERROR] org.apache.fop.apps.FOPException: No
 meaningful layout in
  block after many attempts.  Infinite loop is
 assumed.  Processing
  halted.
 
 FAQ (again):
   http://xml.apache.org/fop/faq.html#fop-hangs
   http://xml.apache.org/fop/faq.html#boxoverflow
 
 I think we should update the Q title.
 
 J.Pietschmann
 
  


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


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



Error while using fop: [ERROR] org.apache.fop.apps.FOPException: master-reference

2004-08-16 Thread Mosimann Matthias
Hi everyone


I recieve the following error when I want to translate a xml and it's
xsl stylesheet to pdf:

sh fop.sh -xsl foptest.xsl -xml foptest.xml foptest.pdf
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] FOP 0.20.5
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] building formatting object tree
[INFO] setting up fonts
[ERROR] org.apache.fop.apps.FOPException: master-reference
'der-einzige-seitentyp' for fo:page-sequence matches no
simple-page-master or page-sequence-master


Anyone could help me? If it's neccessary I will send you the xml and the
xsl file!

Regards and many thanks for your answers!
Matthias 

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



AW: Error while using fop: [ERROR] org.apache.fop.apps.FOPException: master-reference

2004-08-16 Thread Mosimann Matthias
Hi Glen

FOP is claiming that your fo:layout-master-set (at the
top of your FO) has no simple-page-master or page-sequence-master called 
der-einzige-seitentyp. 
Please check for the fo:layout-master-set in the
resultant file and make sure it has a
der-einzige-seitentyp.  (Use Xalan for this.)

- Jep that helped me (stupid mistake)! Thank you! But Now I reieve another 
error:

sh fop.sh -xml foptest.xml -xsl foptest.xsl -pdf foptest.pdf

   
[INFO] FOP 0.20.4
[INFO] building formatting object tree
[INFO] [1]
.
.
.
[INFO] [50
[ERROR] org.apache.fop.apps.FOPException: No meaningful layout in block after 
many attempts.  Infinite loop is assumed.  Processing halted.

Anyone could help me again? Thank you again for your supports!


Regards

Matthias

-Ursprüngliche Nachricht-
Von: Glen Mazza [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 16. August 2004 13:30
An: [EMAIL PROTECTED]
Betreff: Re: Error while using fop: [ERROR] org.apache.fop.apps.FOPException: 
master-reference


I suspect there is something wrong with your transformation--the 
fo:layout-master-set is not getting copied over into the FO document.

FOP is claiming that your fo:layout-master-set (at the
top of your FO) has no simple-page-master or page-sequence-master called 
der-einzige-seitentyp. 
Please check for the fo:layout-master-set in the
resultant file and make sure it has a
der-einzige-seitentyp.  (Use Xalan for this.)

You may also wish to look at examples/pagination to
see the use of layout-master-set.  

Glen

--- Mosimann Matthias [EMAIL PROTECTED]
wrote:


 [ERROR] org.apache.fop.apps.FOPException:
 master-reference
 'der-einzige-seitentyp' for fo:page-sequence matches
 no
 simple-page-master or page-sequence-master
 
 
 Anyone could help me? If it's neccessary I will send
 you the xml and the
 xsl file!
 
 Regards and many thanks for your answers!
 Matthias
 

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


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


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