Is it posible to insert a new line in a xml tag to change the view of a PDF file

2005-02-11 Thread Juan Manuel Bellina
For example if I have the following xml tag:

rtcontactoProveedor:063310
O. ARIAS Y CIA S.A.

Contacto:
PILCOMAYO 848
(1824) -LANUS OESTE
BUENOS AIRES - ARGENTINA
Fax: 4209-2556/rtcontacto

I want to show in my PDF file with a new line between
O. ARIAS Y CIA S.A. and Contacto: but when I see
the pdf file I see:

Proveedor:063310 O. ARIAS Y CIA S.A. Contacto:
PILCOMAYO 848 1824) -LANUS OESTE BUENOS AIRES -
ARGENTINA Fax: 4209-2556

How can I insert a new line to make the view diferent
as in the xml tag.
Thank you,

Juan M.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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



Re: number of pages on the first page

2004-12-03 Thread Juan Manuel Bellina
How the syntax of this block would be?
Where do I have to put this block, I mean between
which other blocks.
Can you send a little example?
Thanks,

Juan M.
--- Dirk Eiden [EMAIL PROTECTED] wrote:

  on the first page of a multi-page pdf I would like
 to show, how much 
  pages the complete document has.
  
  Does anyone have an idea if that's posssible and
 how?
 
 Place an empty block with an arbitrary id at the end
 of your document
 (e.g fo:block id=endofdoc/) and use
 fo:page-number-citation to cite
 the number of pages (e.g. fo:page-number-citation
 ref-id=endofdoc/).
 
 But be careful: this uses more memory due to the
 forward reference.
 
 Eido
 
 
 

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




__ 
Do you Yahoo!?
Send holiday email and support a worthy cause. Do good.
http://celebrity.mail.yahoo.com

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



How to change the size of a PDF page in XSL

2004-11-05 Thread Juan Manuel Bellina
I have a XSL template with I definied some day ago. 
It renders PDF pages in A4 size but now I want to make
the pages in letter size.
Does somebody knows how can I make this change in my
XSL template?
Thanks,

Juan M.



__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 


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



RE: How to change the size of a PDF page in XSL

2004-11-05 Thread Juan Manuel Bellina
I do not have the page size but I have this line:

fo:simple-page-master master-name=cover-page-master
page-height=11.69in page-width=8.27in

I supose it is this line which I should change.  I
will make some test y let you know.
Thanks,

Juan M.
--- Partridge, Michael [EMAIL PROTECTED]
wrote:

 I believe page size is defined in your page-master
 setup.
 
   -Original Message-
   From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] 
   Sent: Friday, November 05, 2004 9:37 AM
   To: [EMAIL PROTECTED]
   Subject: Re: How to change the size of a PDF page
 in XSL
   
   
   
   I have to take PDF printouts in A4 and letter size.
 Being
 invoice docs I need to make sure the Address
 section is visible thru
 the addres box on letter/a4 envelopes. I tried to
 adjust the header and
 footer section of PDF to accomodate this reqt.
 Specifically I  dont know
 how to tell XSL that the PDF needs to be on A4 or
 letter..Let me know if
 you find out..

   Manoj
 

   -Juan Manuel Bellina [EMAIL PROTECTED]
 wrote: -
   
   To: [EMAIL PROTECTED]
   From: Juan Manuel Bellina [EMAIL PROTECTED]
   Date: 11/05/2004 05:21AM
   Subject: How to change the size of a PDF page in
 XSL
   
   I have a XSL template with I definied some day ago.
 
   It renders PDF pages in A4 size but now I want to
 make
   the pages in letter size.
   Does somebody knows how can I make this change in
 my
   XSL template?
   Thanks,
   
   Juan M.
   
   
   
   __ 
   Do you Yahoo!? 
   Check out the new Yahoo! Front Page. 
   www.yahoo.com 

   
   
   

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




__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 


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



For each in xsl

2004-08-03 Thread Juan Manuel Bellina
I need to use the for each to make some rows in the
PDF but I do not know how to make it.
I am making a PDF design using Altova StyleVision.
Do you know if this tool allow me to introduce this
feature?
Can anybody send me a simple example?
Thanks,

Juan



__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

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



Visual XSL:FO Template designer

2004-06-16 Thread Juan Manuel Bellina
Anyone knows a free Visual XSL:FO Template designer
that works OK?
If it is not free,  any commercial version with an
evaluating period?
Any help,  would be appreciated.

Juan



__
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail 

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



How to generate a fo file

2004-05-27 Thread Juan Manuel Bellina
As I told before,  I am making some pdf reports.  I
choosed a word procesor which has a plug-in to save
the file in a XSL:FO format.

But somebody told me that is not the correct way
because I have data y visual format in the same file.
It seems there is another way to do this.  A xml file
containing the data ad a xsl file containing the
structure.  Then I should use a XSL-T process to make
the XSL:FO file.

I want to know if I am correct and if someone has
aditional information / coments / examples to send me,
 that could help me lot.
Thanks,

Juan




__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

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



Re: How to generate a fo file

2004-05-27 Thread Juan Manuel Bellina
Do you know where I can find an example of Creating
an XSL-FO Document Using XSLT.?

--- Chris Bowditch [EMAIL PROTECTED] wrote:
 Juan Manuel Bellina wrote:
 
  As I told before,  I am making some pdf reports. 
 I
  choosed a word procesor which has a plug-in to
 save
  the file in a XSL:FO format.
 
 If File is saved as genuine XSL-FO then it should be
 ready for processing by 
 FOP or other XSL-FO Formatter.
 
  
  But somebody told me that is not the correct way
  because I have data y visual format in the same
 file.
  It seems there is another way to do this.  A xml
 file
  containing the data ad a xsl file containing the
  structure.  Then I should use a XSL-T process to
 make
  the XSL:FO file.
 
 If the saved file is just a propriority form of XML
 then you can use XSLT to 
 process it and generate an XSL-FO file that can be
 rendered by FOP.
 
 Chris
 
 
 

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





__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

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



Problems visualing tables

2004-05-25 Thread Juan Manuel Bellina
I am using FOP 0.20.5 to make a report to a PDF file.
I make a table with some data but when I open the pdf
file generated,  the table are not showed.
Any ideas?
Anybody had the some problem?




__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

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



RE: Problems visualing tables

2004-05-25 Thread Juan Manuel Bellina
Andres:
   First of all,  thanks for your sooner response.
Let me tell that I found this mesage in the console
when i executed the redering.
/***
[WARNING] table-layout=auto is not supported,  using
fixed!
[WARNING] current implementation of tables requires a
table-column for each column,  indicating column-width
***/

What do you think the problem is?
I put a little peace of code,  as you ask.

/***
fo:table-row
fo:table-cell
fo:blockTITLE COL 1
/fo:block
/fo:table-cell
fo:table-cell
fo:blockfo:inline color=#00 language=en-US
font-size=12pt font-family=Times New Roman
font-weight=normal font-style=normal
text-decoration=noneTITLE /fo:inlineCOL 2
/fo:block
/fo:table-cell
fo:table-cell
fo:blockfo:inline color=#00 language=en-US
font-size=12pt font-family=Times New Roman
font-weight=normal font-style=normal
text-decoration=noneTITLE /fo:inlineCOL 3
/fo:block
/fo:table-cell
/fo:table-row
/

--- Andreas L. Delmelle [EMAIL PROTECTED]
wrote:
  -Original Message-
  From: Juan Manuel Bellina
 [mailto:[EMAIL PROTECTED]
  Sent: dinsdag 25 mei 2004 21:41
 
  I am using FOP 0.20.5 to make a report to a PDF
 file.
  I make a table with some data but when I open the
 pdf
  file generated,  the table are not showed.
  Any ideas?
 
 Could mean a number of things, so, not immediately,
 no...
 Is it possible to send us a stripped-down version of
 the source FO
 demonstrating the problem?
 
 
 Greetz,
 
 Andreas
 
 

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





__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

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



Free Visual tool for making fo files

2004-05-23 Thread Juan Manuel Bellina
I need to make a report in PDF file, so I want to know
if there is a free XSL Template Designer to make my fo
file in a simple way,  some kind of visual tool that
help me with this job.
Thanks,

Juan




__
Do you Yahoo!?
Yahoo! Domains – Claim yours for only $14.70/year
http://smallbusiness.promotions.yahoo.com/offer 

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



RE: Executing FOP example

2004-05-13 Thread Juan Manuel Bellina
Thanks.
I 've got the idea but still does not work.  The
cuestion is where the example dir should be?
My context is the following:

Fop install in C:\fop-0.20.5
Tomcat install in C:\jakarta-tomcat-3.3.2

Inside of Tomcat directory I have a
C:\jakarta-tomcat-3.3.2\webapps\fop which was
generated after I deploy the .war file inside Tomcat
directory.

Inside C:\jakarta-tomcat-3.3.2\webapps\fop I have
two folders META-INF ad WEB-INF.

Please if someone realize that something is missing, 
please let me know.
Thanks,

Juan
--- Andreas L. Delmelle [EMAIL PROTECTED]
wrote:
  -Original Message-
  From: Andreas L. Delmelle
 [mailto:[EMAIL PROTECTED]
 
   From: Juan Manuel Bellina
 [mailto:[EMAIL PROTECTED]
 snip /
   The URL is
  

http://localhost:8080/fop/fop?fo=/home/path/to/fofile.fo;
   and I Imagine the problem is the home/path/to.
  
   My question is which value I should type?
  
  
  You could try the real location of your FO file 
  (as opposed to literally copying the uri from the
 site).
  
 
 Or, if you don't have one, try:
 

http://localhost:8080/fop/fop?fo=examples/fo/basic/simple.fo
 
 Greetz,
 
 Andreas
 
 

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





__
Do you Yahoo!?
Yahoo! Movies - Buy advance tickets for 'Shrek 2'
http://movies.yahoo.com/showtimes/movie?mid=1808405861 

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



Re: Executing FOP example

2004-05-13 Thread Juan Manuel Bellina
Thanks Cris, but still does not work.
Any order sugestion?

--- Chris Bowditch [EMAIL PROTECTED] wrote:
 Juan Manuel Bellina wrote:
 
  Thanks.
  I 've got the idea but still does not work.  The
  cuestion is where the example dir should be?
  My context is the following:
  
  Fop install in C:\fop-0.20.5
 
 In this case, the path to some sample FO would be:
 
 C:\fop-0.20.5\examples\fo\basic\simple.fo
 
 and so the URL would be
 

http://localhost:8080/fop/fop?fo=c:/fop-0.20.5/examples/fo/basic/simple.fo;
 
 snip/
 
 Chris
 
 
 

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





__
Do you Yahoo!?
Yahoo! Movies - Buy advance tickets for 'Shrek 2'
http://movies.yahoo.com/showtimes/movie?mid=1808405861 

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



Invoking the servlet

2004-05-13 Thread Juan Manuel Bellina
I am trying to invoke the servlet in the FOP
distribution with Tomcat 3.3.2

The error is - simple.fo (The system cannot find the
file specified).

The URL is -
http://localhost:8080/fop/fop?fo=simple.fo;

I put the simple.fo file in the following diretory
- c:\jakarta-tomcat-3.3.2\webapps\fop\simple.fo.

As you can see the system is looking another
directory.
Does anybody know which is this directory?






__
Do you Yahoo!?
Yahoo! Movies - Buy advance tickets for 'Shrek 2'
http://movies.yahoo.com/showtimes/movie?mid=1808405861 

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



Buildimg FOP example

2004-05-12 Thread Juan Manuel Bellina





I am tryig to build the servlet example that comes with FOP.I am getting the following error "Exception in thread 'main' java.lang.NoClassDefFoundError: org/apache/tools/ant/Main"The version of FOP is FOP 0.20.5. with JDK 1.3.1Can anybody tell how can I fix this?
Further more, If someone has a very simple example with simple instructions that alows me to evaluate this powerfull and excelent proyect, please send it to me. I think a source code would be fine.
Thanks,

Juan
		Do you Yahoo!?Yahoo! Movies - Buy advance tickets for 'Shrek 2' 

RE: Buildimg FOP example

2004-05-12 Thread Juan Manuel Bellina
The only variable I have configured is JAVA_HOME.
Which value should CLASSPATH variable have?

--- CHEKROUN Jerome [EMAIL PROTECTED] wrote:
 make sure your classpath is right .
 which is your servlet container ?
  
 
 CHEKROUN Jérôme 
 Concepteur/développeur J2EE 
 GEFCO - DMI/DPSI/PFT 
 56, bd de la Mission Marchand 
 92400 COURBEVOIE Cedex 
 
 TEL : +33 (0)1 49 05 28 11 
 FAX : +33 (0)1 49 05 31 51 
 http://www.gefco.net http:://www.gefco.net  
 
 -Message d'origine-
 De : Juan Manuel Bellina
 [mailto:[EMAIL PROTECTED]
 Envoyé : mercredi 12 mai 2004 17:31
 À : [EMAIL PROTECTED]
 Objet : Buildimg FOP example
 
 
 
 I am tryig to build the servlet example that comes
 with FOP.
 I am getting the following error Exception in
 thread 'main'
 java.lang.NoClassDefFoundError: 
 org/apache/tools/ant/Main
 The version of FOP is FOP 0.20.5. with JDK 1.3.1
 Can anybody tell how can I fix this?
 Further more,  If someone has a very simple example
 with simple instructions
 that alows me to evaluate this powerfull and
 excelent proyect, please send
 it to me.  I think a source code would be fine.
 Thanks,
  
 Juan
 
 
 
_  
 
 Do you Yahoo!?
 Yahoo! Movies - Buy advance

http://movies.yahoo.com/showtimes/movie?mid=1808405861
 tickets for 'Shrek
 2' 
 
 
 
 
 
 
 
 
 
 


 Ce message ainsi que toutes pièces jointes (le
 message) sont confidentiels
 et sont exclusivement destinés à l'usage de la
 personne à laquelle ils sont
 adressés. Tout point de vue ou toute opinion
 contenus dans ce message
 expriment la pensée personnelle de leur auteur et ne
 représentent pas
 nécessairement la position des sociétés du Groupe
 GEFCO. Si vous n'êtes pas
 la personne à laquelle ce message est destiné,
 veuillez noter que vous avez
 reçu cet e-mail par erreur et qu'il vous est
 strictement interdit
 d'utiliser, de diffuser, de transférer, d'imprimer
 ou de copier ce message.
 Si vous avez reçu ce message par erreur, merci de
 contacter la personne qui
 vous l'a adressé et de l'effacer immédiatement. Les
 sociétés du Groupe GEFCO
 déclinent toute responsabilité en cas d'altération,
 de modification,
 d'édition, de diffusion sans autorisation de ce
 message ou en cas
 d'affection de ce message par un virus.
 
 This message and any attachments (the message) are
 confidential and
 intended solely for the use of the individual to
 whom they are addressed.
 Any views or opinions presented are solely those of
 the author and do not
 necessarily represent those of the GEFCO Group of
 Companies. If you are not
 the intended recipient, be advised that you have
 received this email in
 error and that any use, dissemination, forwarding,
 printing, or copying of
 this message is strictly prohibited. If you have
 received this message in
 error please contact the sender and delete the
 message immediately. The
 GEFCO Group of Companies shall not be liable for the
 message if altered,
 changed, falsified, edited, diffused without
 authorization or affected by
 any virus.


 





__
Do you Yahoo!?
Yahoo! Movies - Buy advance tickets for 'Shrek 2'
http://movies.yahoo.com/showtimes/movie?mid=1808405861 

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



Re: Buildimg FOP example

2004-05-12 Thread Juan Manuel Bellina
My servlet container is Tomcat 3.3.2
Should I try with a newer version?

--- Chris Bowditch [EMAIL PROTECTED] wrote:
 CHEKROUN Jerome wrote:
 
  make sure your classpath is right .
  which is your servlet container ?
   
 
 A polite request: please can you disable HTML when
 posting to the best, it is 
 considered bad etiquette.
 
 Thanks,
 
 Chris
 
 
 

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





__
Do you Yahoo!?
Yahoo! Movies - Buy advance tickets for 'Shrek 2'
http://movies.yahoo.com/showtimes/movie?mid=1808405861 

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



Executing FOP example

2004-05-12 Thread Juan Manuel Bellina
Finally I could install the .war file in the Tomcat
directory.
Now when I am trying to execute the example that comes
with the file distribution as show in the FOP site
(see
http://xml.apache.org/fop/servlets.html#example-servlets)
I got the following error:

javax.servlet.ServletException:
\home\path\to\fofile.fo (The system cannot find the
path specified)
at FopServlet.doGet(Unknown Source)


The URL is
http://localhost:8080/fop/fop?fo=/home/path/to/fofile.fo;
and I Imagine the problem is the home/path/to.

My question is which value I should type?






__
Do you Yahoo!?
Yahoo! Movies - Buy advance tickets for 'Shrek 2'
http://movies.yahoo.com/showtimes/movie?mid=1808405861 

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