FOP Error

2004-09-16 Thread Jirole, Amar
Title: Message I am trying to run fop code very similar to ExampleObj2Pdf attached along with documentation but I get following error when i try to open the pdf file generated. Any idea what might be going wrong? This error is not there in FAQ. Thanks -Amar attachment:

FOP opening only 1 PDF when more than one is rendered?

2004-09-16 Thread Manoj_Nair
I have a for loop which calls the XSLTHandler and then renderer in loop till the input criteria is exhausted. What happens is the acrobat reader opens only the last pdf file rendered... My code looks like..whats happening is that only the last (10th ) invoice is opening up in acrobat. I am

Re: FOP opening only 1 PDF when more than one is rendered?

2004-09-16 Thread Jebus
what you are doing is writing 10 separate documents to the outputstream. If you need all these documents to show up as one. you iText to merge them together. On Wed, 15 Sep 2004 18:02:37 -0700, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a for loop which calls the XSLTHandler and then

XSLT tag needed

2004-09-16 Thread KS.Bhaskar
Hi everybody, I am sending two tags can anybody please tell me how to get the value of it in XSLT. The tags are: ns1:BusObjectType xmlns:ns1=DbGMLPriceBusHdrMARKETDATA/RISK/CDS/IPV/ns1:BusObjectType ns2:BusObjectOwner xmlns:ns2=DbGMLPriceBusHdrtbd/ns2:BusObjectOwner If

FW: Delimiter as Tab, Please help me

2004-09-16 Thread KS.Bhaskar
Hi everybody, Please send me the solution if anybody has. Also give me some hints regarding new line characters, user defined delimiters. Thanks in advance. Regards, Bhaskar From: K S Bhaskar -ICEXT Sent: Wednesday, September 15, 2004 4:32 PM To: '[EMAIL PROTECTED]'

Re: FOP opening only 1 PDF when more than one is rendered?

2004-09-16 Thread Manoj_Nair
I dont want them merged into 1 document. I want them separate but want the one instance of acrobat ( which opened the first invoice ) to take the other 9 documents created after the first one. Now what is happening is that the last document is opened in the acrobat reader where as the other 9 are

RE: FOP opening only 1 PDF when more than one is rendered?

2004-09-16 Thread Chris Pratt
As far as I know, that cant be done. One request, one reply, thats all you get. Have you ever seen this work on another web site? If so, take a look at how they do it. (*Chris*) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 9:17 pm To:

RE: FOP Error

2004-09-16 Thread Thiruvallur Rathnavelu, Elango (Cognizant)
Title: Message Hi, Possible reasons (I know) to get this error dialog 1. Check the root element in the xml and also verify whether the xsl:templatetag name is correct 2. You will get this error if the rendering process is stop abruptly before completion. regards, Elango TR

RE: XSLT tag needed

2004-09-16 Thread Pascal Sancho
Hi, Probably your ns1 namespace is not defined in your XSLT. You sould add appropriate declaration in the stylesheet tag of your XSLT: xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform http://www.w3.org/1999/XSL/Transform xmlns:ns1=DbGMLPriceBusHdr Pascal De :

RE: XSLT tag needed

2004-09-16 Thread KS.Bhaskar
Hi Pascal, Yes, you are right. Thanks, Bhaskar -Original Message- From: Pascal Sancho [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 12:35 PM To: [EMAIL PROTECTED] Subject: RE: XSLT tag needed Hi, Probably your ns1 namespace is not defined in your XSLT. You

Checking for EMPTY tag

2004-09-16 Thread KS.Bhaskar
Hi everybody, I have the following tags. stdudent nameBhaskar/name age25/age collegeMSRIT/college /student stdudent nameAppu/name age/age collegeRVCE/college /student Since age tag of second is empty. I want display the empty tag as NA. Please help how to

RE: Checking for EMPTY tag

2004-09-16 Thread Dennis Myrén
You may do something like(not tested): xslt:variable name=n2     xslt:choose     xslt:when test=0 = string-length(age)NA/xslt:when     xslt:otherwisexslt:value-of select=age //xslt:otherwise     /xslt:choose xslt:variable

Equivalent of br in xsl

2004-09-16 Thread KS.Bhaskar
Hi everybody, I need xsl tag which is Equivalent br in xsl. Since I am generating output in text format I need equivalent of new line character \n. Regards, Bhaskar DISCLAIMER:This message contains privileged and confidential information and is intended only for the individual

keep with next(Attribute)

2004-09-16 Thread Eclipse
Hello Folks, may i ask, how do u solve the problem with keep with next? i mean when sometimes only one line shines in the next page. or only the title shines in one page and the text(paragraph) in the next? Regards. sako.

Re: keep with next(Attribute)

2004-09-16 Thread Paul Vinkenoog
Hi Sako, may i ask, how do u solve the problem with keep with next? i mean when sometimes only one line shines in the next page. or only the title shines in one page and the text(paragraph) in the next? keep-with-next is only implemented for table rows, so one solution is to create a table,

RE: Equivalent of br in xsl

2004-09-16 Thread cknell
xsl:text /xsl:text -- Charles Knell [EMAIL PROTECTED] - email -Original Message- From: [EMAIL PROTECTED] Sent: Thu, 16 Sep 2004 15:10:31 +0530 To: [EMAIL PROTECTED];[EMAIL PROTECTED] Subject: Equivalent of br in xsl Hi everybody, I need xsl tag which is

Re: keep with next(Attribute)

2004-09-16 Thread Eclipse
thank you for answer. here is my situation. 1. tables are on solution, but really not good for me. i know about it. 2. the text changes relatively. so i cant find the break-before='page' attribute. 3. my publishing rate is hight :( maybe someone of you knows another xml prossessor tool, which is

RE: keep with next(Attribute)

2004-09-16 Thread Rob Stote
Title: RE: keep with next(Attribute) You might want to look at XEP www.renderx.com -Original Message- From: Eclipse [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 16, 2004 8:15 AM To: [EMAIL PROTECTED] Subject: Re: keep with next(Attribute) thank you for answer. here is my

[Image embedding] fo:external-graphic - fop support to uri data s cheme

2004-09-16 Thread Chizzolini Stefano
Hello folks, I'm wondering whether FOP supports real XSL-FO image embedding (not the referencial embedding described in the images.fo example). I say: can FOP properly render a fo:external-graphic element whose src attribute contains an inline binary image defined accordingly to the uri data

fo:page-sequence-master question

2004-09-16 Thread news
Title: RE: keep with next(Attribute) Hello List, How do I set up a rule to define the following:1. Layout for the first page.2. Layout for all following pages.3. Layout for the last page.This is what I made already by my self. Here it becomes a bit difficult, I guess. 4. When, and only