non rendered characters

2002-04-17 Thread Nicolas Mazziotta

Sorry to bother you all again,
[sorry if you receive twice this: I mail it again because I had problems
on the first attempt.]

I've included here a sample .fo file and its .pdf version (in a .zip
archive) that demonstrate the problem: 

I've noticed that text() of tags that occur at page-break as well as the
characters that preceed in the same word-unit (surrounded by
whitespaces) are not rendered at all in PDF and AWT view.


Look at the beginning of page 15 in the pdf file: 'tensible' for
'extensible' [Efo:inlinex/fo:inlinetensible]; notice that even
though the first 'e' is not surrounded by any tag, it is not rendered
either.

One more thing: if I process a 'simple.xml' file with occurrences like
[Erx/rtensible], the same happens, even if I dont write any template
for the 'r' element.


Thank you all for your answers.
 

N. Mazziotta
 



sample.zip
Description: Zip compressed data

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


RE : FOP printing using polish characters

2002-04-16 Thread Nicolas Mazziotta
Title: FOP printing using polish characters









I
suggest you go there:

http://xml.apache.org/fop/fonts.html

special
fonts need to be translated in .xml so that fop can use them.



N.
Mazziotta



-Message d'origine-
De: Kristoffersen, Per
[mailto:[EMAIL PROTECTED]] 
Envoyé: lundi 15 avril 2002
14:06
À:
'[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
Objet: FOP printing using
polish characters



Dear all guru's.


I hope someone can help me
on this one : 
I
am trying to use FOP to print in pdf-format. When doing so my polish characters
prints as #'s. 
I
have been given the following statement, and I need to get it working...


fo:block
text-align=start 
 xsl:choose


 xsl:when
test=ItemDescription[. = ' ']not specified/xsl:when

 xsl:otherwise


 xsl:value-of
select=BaseItemDetail/ItemDescription/ 
 /xsl:otherwise

 /xsl:choose

/fo:block


My problem is when I have
polish special characters in the above, it prints in the pdf-file as #'s.


What can I do to change this
? 

Thank you very much for any
help. 
Best
regards and have a nice day where ever you are in the world. 
Per
Kristoffersen 








non rendered character in and before inline tags occurring at page-break

2002-04-15 Thread Nicolas Mazziotta










Hello,



I've noticed that text() of tags that
occur at page-break as well as the characters that preceed in the same
word-unit (surrounded by whitespaces) are not rendered at all in PDF and AWT
view.



Look at the beginning of page 15 in the
pdf file: 'tensible' for 'extensible'
[Efo:inlinex/fo:inlinetensible]; notice that even though the
first 'e' is not surrounded by any tag, it is not rendered either.



One more thing: if I process a
'simple.xml' file with occurrences like [Erx/rtensible], the
same happens, even if I dont write any template for the 'r' element.



Thank you all for your answers.



N.
Mazziotta
















sample.zip
Description: Zip compressed data

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


Non rendered characters in and around fo:inline tags at page break

2002-04-12 Thread Nicolas Mazziotta








Hello,

Im new in FOP and XSL
FO, and Im experiencing the following problem:



When a fo:inline
element occurs at page break, its text() happens not to be rendered...

What can I do?