Re: Output from NIST test suite

2003-12-31 Thread Carmelo Montanez
Hi Folks: Somehow the final copy of the test suite was not uploaded to either our server at NIST or W3C. I uploaded a copy of the latest suite version to the following link: http://xw2k.sdct.itl.nist.gov/carmelo/formattingObjectsSuite123103.zip I will make sure it is at the W3c and NIST server s

Re: Trying to use the NIST test suite.

2003-12-24 Thread Carmelo Montanez
HI all: I developed the NIST test suite. I will look into this issue Friday morning. Regrettably I can't dot this minute. I was under the impression that the stated problem was solved years ago. I will post something soon after Christmas. Carmelo At 03:29 PM 12/24/2003 +0100, you wrote: Hi,

Re: border of table cell...

2002-02-04 Thread Carmelo Montanez
Hi Nick: I take it you mean to set them to zero length (like 0pt) the table cell data Try that. You can also use the "complete" version of these properties to cut down on the typing. Good Luck, Carmelo - To unsubsc

Border collapsing

2002-01-17 Thread Carmelo Montanez
Hi All: Can someone please provide me or explain a situation where we have borders collapsing for table, table-columns, table-rows or table-cells. I am trying to create such a scenario for a series of tests but just can't come out with any. Greetings, Carmelo Mon

Re: table-cells

2002-01-11 Thread Carmelo Montanez
Did you tried using the "width" and "height"  attributes of  a table-cell?   Thanks Carmelo Montanez - Original Message - From: Baptiste Casanova To: [EMAIL PROTECTED] Sent: Friday, January 11, 2002 8:29 AM Subject: table-cells Hi, I

Re: Basic aspects (big fat list vs. live test documents)

2001-12-14 Thread Carmelo Montanez
by next march. Any contributions, ideas, etc. will be appreciated. Thanks Carmelo Montanez - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FOP conformance

2001-11-30 Thread Carmelo Montanez
things at this point, maybe it can have them at some not too distant future. Greetings Carmelo Montanez - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

FOP conformance

2001-11-29 Thread Carmelo Montanez
uot;master-name" on the previous version.   Thanks, Carmelo Montanez

FOP servlet

2001-10-19 Thread Carmelo Montanez
Hi All: I have a servlet with the following code fragment in it:     Driver driver = new Driver();  driver.setRenderer(Driver.RENDER_PDF);  InputHandler inputHandler = new XSLTInputHandler(new File(xmlFile), new File(xslFile));   XMLReader parser = inputHand

Re: fo:block

2001-10-15 Thread Carmelo Montanez
I had not try this, but how about using a table?, then you can put each block in the same table. Greetings Carmelo - Original Message - From: "Pablo Iaria" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 15, 2001 3:03 PM Subject: fo:block > Hi all, > How can I do

Re: Embedding fop in IE..Help!!!

2001-10-15 Thread Carmelo Montanez
solved the problem. The problem I ran into was the PDF taking the whole screen and not a portion of it as I wanted to. Is anyone aware of how to restrict a a PDF file to a portion of the screen? Greetings, Carmelo Montanez - Original Message - From: "Rajagopal. V" <[EMAIL P

Re: Page Breaks

2001-09-28 Thread Carmelo Montanez
Yes, use the "break-before" and "break-after-properties" in your FO file. See section 7.19 of the specs. Carmelo - Original Message - From: "Amit" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 27, 2001 10:00 AM Subject: Page Breaks > Is there a way to insert a ba

Re: Anything wrong with this code (please look at attachements)

2001-09-27 Thread Carmelo Montanez
ave noticed a weird bug where IE sometimes doesn't recognize > PDF, even though you set the response type to "application/pdf". I was > using the FopServlet example from .20.1. It worked fine if used > Netscape. The weird thing is if I clicked back, then forward in IE, it &

Anything wrong with this code (please look at attachements)

2001-09-26 Thread Carmelo Montanez
Hello all   Thanks Sempri for all your comments.  For anyone interested, I am attaching a very slimed down copy of my Servlet.  I am hardwiring the file name (FO file) inside the servlet (for convenience of running). I am also attaching a "dummy" HTML file to call the servlet (no parameters a

Re: Anything wrong with this code>

2001-09-25 Thread Carmelo Montanez
ray();  response.setContentLength(content.length);  out.write(content);  out.flush();  }   catch (Exception ex) {  System.out.println(ex);  }     Thanks, Carmelo Montanez   Carmelo MontanezNIST Stop 8970Gaithersburg, MD 20899   [EMAIL PROTECTED]

Re: IE6

2001-09-25 Thread Carmelo Montanez
Had you tried using the Acrobat plug in. You need to move it to the "Program Files/Internet Explorer/PlugIns" I believe the plug in name is "EWH 32" (someone please correct me if I am wrong). and its under "Program Files/Acrobat/Reader/Plug Ins" (or something along those lines. Greetings, Carm

Anything wrong with this code>

2001-09-24 Thread Carmelo Montanez
    response.setContentLength(content.length);  out.write(content);  out.flush();  }   catch (Exception ex) {  System.out.println(ex);  }     Thanks, Carmelo Montanez   Carmelo MontanezNIST Stop 8970Gaithersburg, MD 20899   [EMAIL PROTECTED]

Re: Another servlet problem

2001-09-21 Thread Carmelo Montanez
Thanks!!! Actually I changed the servlet to use the "getOutputStream()" and it works fine even for non-binary data. My new problem is the IE6 do not properly displays the PDF data, I get what seems to be PDF internal stuff (what you will see if you try to edit a PDF file in an editor). I think

Another servlet problem

2001-09-21 Thread Carmelo Montanez
Hi All: Thanks for the help yesterday. I am doing a similar thing as AMIT, however my servlet gets the writer before it gets to the PDF stuff (I need it for other reasons) and I get the Exception: "java.lang.IllegalStateException: getWriter() has already been called for this response" Any

Re: FOP with Java

2001-09-20 Thread Carmelo Montanez
Thanks for the answer. Actually anyone knows where I can find the package "org.w3c.dom.svg"?, thats where the class is. I can't find it anywhere. Carmelo - Original Message - From: "toby cabot" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 3:10 PM Subj

FOP with Java

2001-09-20 Thread Carmelo Montanez
given with the distribution.  I can't find a trace of that class anywhere in the distribution.   Any ideas, suggestions, fixes?   Thanks, Carmelo Montanez   Carmelo MontanezNIST Stop 8970Gaithersburg, MD 20899   [EMAIL PROTECTED]