renderer postscript : border painting

2004-01-09 Thread Philippe PITHON








FOP 0.20.5



in postscript generation I encounter an problem 

it's a document with many tables, there are invisible
border



on the 1st page the border are invisible 

it's OK,



but on the following pages, the border are painting !




known problem?

a solution? 










Re: OMR codes

2004-01-09 Thread Mark Williams
Many thanks for the pointers.

Regards,

Mark

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



Re: renderer postscript : border painting

2004-01-09 Thread Jeremias Maerki
Not a known problem (or I forgot about it). Please post a small sample
FO document that shows the problem. I may be able to point you to the
right place in PSRenderer. 


On 09.01.2004 09:37:06 Philippe PITHON wrote:
 FOP 0.20.5
 in postscript generation I encounter an problem 
 it's a document with many tables, there are invisible border
 on the 1st page the border are invisible 
 it's OK,
 but on the following pages, the border are painting ! 
 known problem?
 a solution? 


Jeremias Maerki


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



Need assistance in diagnosing error message.

2004-01-09 Thread aabouk01
I am lost here, can someone tell me what this means?

Thanks!!

Alain


javax.servlet.ServletException: The processing instruction target matching 
[xX][mM][lL] is not allowed.
FopServlet.renderFO(Unknown Source)
FopServlet.doGet(Unknown Source)
javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)



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



RE: Need assistance in diagnosing error message.

2004-01-09 Thread mathieu . fretiere
javax.servlet.ServletException: The processing instruction target matching 
[xX][mM][lL] is not allowed

I don't exactly remember, I think it comes from an 
org.xml.sax.SAXParseException. Check your FO tree (or XSL or XML source), 
post it if you can't find your error.

Mathieu.

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



Re: Need assistance in diagnosing error message.

2004-01-09 Thread Clóvis Wichoski
This mean that ?xml Some Stuff  ? or ?XML Some Stuff 
? is not allowed, maybe your XSL have the XML declaration on the middle 
of XSL the XML declaration must be the first line of XSL.

I hope that this help
Clovis
[EMAIL PROTECTED] wrote:
I am lost here, can someone tell me what this means?
Thanks!!
Alain
javax.servlet.ServletException: The processing instruction target matching 
[xX][mM][lL] is not allowed.
FopServlet.renderFO(Unknown Source)
FopServlet.doGet(Unknown Source)
javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

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


Re: RE: Need assistance in diagnosing error message.

2004-01-09 Thread aabouk01
Ok found my error. Thanks for the replys.



 
 From: [EMAIL PROTECTED]
 Date: 2004/01/09 Fri AM 11:31:48 EST
 To: [EMAIL PROTECTED]
 Subject: RE: Need assistance in diagnosing error message.
 
 javax.servlet.ServletException: The processing instruction target matching 
 [xX][mM][lL] is not allowed
 
 I don't exactly remember, I think it comes from an 
 org.xml.sax.SAXParseException. Check your FO tree (or XSL or XML source), 
 post it if you can't find your error.
 
 Mathieu.
 
 -
 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]