footnote

2002-11-14 Thread Sergio



Hello again...

I'm trying to put a footnote at the same height 
that a static-content which draw a page number, but i can't do 
that.

static-content
fo:static-content 
flow-name='xsl-region-after'fo:block text-align='end' 
font-size='8pt' line-height='14pt'Página 
fo:page-number//fo:block/fo:static-content

footnote
fo:footnote
 fo:inline color='gray' 
vertical-align='super'(*)/fo:inline
 
fo:footnote-body
  
fo:block font-weight='normal' text-align='left' 
line-height='40pt'  
 fo:inline vertical-align='bottom'(*) Datos 
actualizados a 2002/fo:inline
  
/fo:block
 
/fo:footnote-body
/fo:footnote

now:
(*) 
Datos actualizados a 2002

  

 
 






   Página 
1

i want

  

 

 (*) Datos actualizados a 
2002 
Página 1





Can you help 
me?

thx, Sergio.


BASIC-LINK

2002-11-14 Thread Sergio



Hí again

I'm going crazy with this kind of 
problems...

I'm rendering a pdf file of 22 pages.
at the first of the file, I have the following 
basic links:

fo:block hyphenate='false' 
text-align='justify' text-align-last='start' line-height='12pt' font-size='9pt' 
space-before.optimum='1.5pt' space-after.optimum='1.5pt' keep-together='always' 
color='gray'
fo:inline 
white-space-collapse='false'tarariiislkjalskjdflksjdflkasjdlfkasjdlfkasjldfkjasldfjl 
fo:basic-link color='#ff' text-decoration='underline' 
internal-destination='subprin3B'3B/fo:basic-link 
,fo:basic-link color='#ff' text-decoration='underline' 
internal-destination='subprin3D'3D/fo:basic-link 
,fo:basic-link color='#ff' text-decoration='underline' 
internal-destination='subprin6D'6D/fo:basic-link 
,fo:basic-link color='#ff' text-decoration='underline' 
internal-destination='subprin6H'6H/fo:basic-link.
/fo:inline/fo:block-

after of this, the rest o the fo file, with some 
blocks
fo:block id='subprin3A' 
t...
 page n
fo:block id='subprin3B' 
t...
 page k ...
fo:block id='subprin3D' 
t...

Well, the problem is with the basic link named: 
subprin3D.

When fop render the fo file, the only message i get 
is:
[INFO] [11]
[INFO] [12]
[INFO] [13]
-

and the render crashes...
If I make different the name of the basic-link or the name of the block id, 
the pdf is well rendered.


I have anothers .fo files with many more links that are well rendered, but 
this file no.

Why ?

Thanks at all, Sergio.






justifying text

2002-10-29 Thread Sergio



I'm writing a text into a fo:block. There's too 
much text, with many paragraphs. 
The problem is that I dont want that the last line 
of a paragraph was justified like is being:


(suppose that the symbol "|" is the left  
rigth margin.)
NOW




|this is the text of the document|
|this is the text of the 
document||and 
say 
goodbye|

| 
|

|this is the text of the document|
|this is the text of the 
document||and 
say 
goodbye|

| 
||this is the text of the 
document|
|andsaygoodbye 
|

I WANT:





|this is the text of the document|
|this is the text of the 
document||and 
saygoodbye 
|

| 
|

|this is the text of the document|
|this is the text of the 
document||and 
saygoodbye 
|

| 
||this is the text of the 
document|
|andsay 
goodbye 
|

the text is written into a fo:block 
like:


fo:block text-align='justify' 
text-align-last='start' line-height='12pt' font-size='8pt' 
space-before.optimum='1.5pt' space-after.optimum='1.5pt' keep-together='always' 
color='gray'
fo:inline 
white-space-collapse='false'this is the text of the document this is the 
text of the document andsaygoodbye
this is the text of the document this is the 
text of the document andsaygoodbye
this is the text of the document 
andsaygoodbye/fo:inline/fo:block



Any idea will be welcome...

Sergio.





Re: justifying text

2002-10-29 Thread Sergio
The problem, is that i'm rendering the pdf dinamicaly.
I can't modify this text, because it's returned by a field of a sql server
database.

In other case, there will be no problem.


Sergio.


- Original Message -
From: Patrick Dean Rusk [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, October 29, 2002 6:09 PM
Subject: RE: justifying text


 Sergio,

 Is there any chance that you're trying to put the returns directly in the
 text, rather than delineating each paragraph as its own block?  That might
 cause the problems you see.

 Patrick Rusk


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




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




Re: problem with EURO symbol

2002-10-25 Thread Sergio Hernández



This is not the solution, 
because the data isstored in the database with the euro symbol, and I'm
not going to search for all the DB to change this strange characters ...

There's not any special tag that can escape this characters ?

[CDATA[]] not runs ...



Matthew L. Avizinis wrote:
[EMAIL PROTECTED]">
  Use:  #x20AC; for the Euro   and  #x0022; for the "  (you can use #x201C;and #x201D; if you want left and right double quotes)   Matthew L. Avizinis mailto:[EMAIL PROTECTED]Gleim Publications, Inc.   4201 NW 95th Blvd. Gainesville, FL 32606(352)-375-0772  www.gleim.com http://www.gleim.com
  
-Original Message-From: Sergio Hernndez [mailto:[EMAIL PROTECTED]]Sent: Friday, October 25, 2002 9:44 AMTo: [EMAIL PROTECTED]Subject: problem with EURO symbolH, sorry for my English.I'm rendering from XSLFO (using data from SqlServer database) to PDFdinamicaly.The problem is that some characters, like EUR (Euro), or " , are intothe DataBase, are not seen correctly. At the position of this charactersare replaced by ? or # symbol.Can anyone help me?Thanks,Sergio.-To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

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