AW: FOP with jimi

2003-02-27 Thread Pachinger Martin
Title: AW: FOP with jimi





you wrote:
In the root directory of the FOP distribution, call build clean followed by build. 


I have no build file in the root directory !!!


-Ursprüngliche Nachricht-
Von: Jeremias Maerki [mailto:[EMAIL PROTECTED]]
Gesendet am: Mittwoch, 26. Februar 2003 18:07
An: [EMAIL PROTECTED]
Betreff: Re: FOP with jimi



On 26.02.2003 17:05:27 Pachinger Martin wrote:
  Hallo
 
  Here is the link to the release notes
  http://xml.apache.org/fop/relnotes.html
 
  In the release notes of the version 0.20.3 there is following text:
  Jimi has been removed for licensing reasons 
  If you need PNG support you have to download Jimi
 http://java.sun.com/products/jimi/, copy it to lib/ and build FOP yourself
 
   
  I download the file jimi1_0.zip and copy it to lib/.
  How can i build FOP by myself?


In the root directory of the FOP distribution, call build clean
followed by build. Substitute build by ./build.sh on unix.


  version 0.20.4 :
  Fop has been compiled with Jimi support this time but you still have
 to download Jimi http://java.sun.com/products/jimi/ and copy it to lib/ to
 get PNG support (no need to build FOP yourself though).
 
  I download the file jimi1_0.zip and copy it to lib/.
 
  When running FOP following error uccurs:
  Error while creating area : Error creating FopImage object
 (file:rating.png) : Jimi image library not available
 
  Why?


If you use fop.bat it should work. If not make sure the library is in
the classpath. Renaming jimi1_0.zip to jimi.jar could help, too. 



Jeremias Maerki



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





Re: AW: FOP with jimi

2003-02-27 Thread Jeremias Maerki
Sorry for not being clear enough. The build is only available in the
source distribution. You're obviously using the binary distribution.
Anyway, in the binary distribution support for JIMI is already built-in
so no recompile is necessary. Did you try renaming JIMI as I suggested?

On 27.02.2003 07:01:33 Pachinger Martin wrote:
 you wrote:
 In the root directory of the FOP distribution, call build clean followed
 by build. 
 
 I have no build file in the root directory !!!
 
 -Ursprüngliche Nachricht-
 Von: Jeremias Maerki [mailto:[EMAIL PROTECTED]
 Gesendet am: Mittwoch, 26. Februar 2003 18:07
 An: [EMAIL PROTECTED]
 Betreff: Re: FOP with jimi
 
 
 On 26.02.2003 17:05:27 Pachinger Martin wrote:
  Hallo
  
  Here is the link to the release notes
  http://xml.apache.org/fop/relnotes.html
  
  In the release notes of the version 0.20.3 there is following text:
  Jimi has been removed for licensing reasons 
  If you need PNG support you have to download Jimi
  http://java.sun.com/products/jimi/, copy it to lib/ and build FOP
 yourself
  

  I download the file jimi1_0.zip and copy it to lib/.
  How can i build FOP by myself?
 
 In the root directory of the FOP distribution, call build clean
 followed by build. Substitute build by ./build.sh on unix.
 
  version 0.20.4 :
  Fop has been compiled with Jimi support this time but you still have
  to download Jimi http://java.sun.com/products/jimi/ and copy it to lib/
 to
  get PNG support (no need to build FOP yourself though).
  
  I download the file jimi1_0.zip and copy it to lib/.
  
  When running FOP following error uccurs:
  Error while creating area : Error creating FopImage object
  (file:rating.png) : Jimi image library not available
  
  Why?
 
 If you use fop.bat it should work. If not make sure the library is in
 the classpath. Renaming jimi1_0.zip to jimi.jar could help, too. 



Jeremias Maerki


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



Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-27 Thread Laurent Forêt
It's a good idea I am gonna try this.
Thanks.
Laurent.
- Original Message -
From: Jeremias Maerki [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 5:38 PM
Subject: Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.


 A good idea to find out what's wrong is to disable FOP and serialize the
 generated XSL-FO to a file at the place where you normally pipe the SAX
 events over to FOP. Then, check the generated file if it's what you
 expected.

 On 26.02.2003 17:02:39 Laurent Forêt wrote:
  I 've written too fast. I have now, no more exception. And, It seems to
work
  properly, but the result disappoints me. As a result I have a pdf file
with
  a blank page.
 
  Indeed, I made a test with a simple stylesheet, which write all PCDATA
node
  in a block (tested with a simple xml file using fop.bat) :

 snip/

  Everything seems to be ok, all events seem to be generated by
  SimpleDatasheetReader. The parse and the rendering seem ok, but the
result
  is a blank page. I am going to try to put more debugs but if someone
have an
  idea.


 Jeremias Maerki


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




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



how to do that ? xslt question

2003-02-27 Thread joni santoso
hi,
i have a question about xslt. could anyone help me? i want 
to display 
the child elements of contents like this :

!--
Hi this ... bfirst/b...
hr size=1
Hi this ... i2nd/i.
hr size=2

--
thx
my xml:
!--
?xml version=1.0?
source
  titlethe title/title
  heading size=2heading/heading
  contents
 content
 Hi this is the boldfirst/bold paragraph.
 /content
 line size=1/  
 content
 Hi this is the italic2nd/italic paragraph.
 newline/
 Still in italicsecond/italic paragraph. 
 /content 
 line size=2/
 content
 Hi this is the italicIII/italic paragraph.
 newline/
 table 
 row
colname/col
colsex/col
 /row
 row
coljohn/col
colmale/col
 /row
 /table
 /content 
  /contents
/source
--

and xsl : 

!--
?xml version=1.0?
xsl:stylesheet version=1.0 

xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
xsl:template match=/
   xsl:apply-templates/
/xsl:template
xsl:template match=source
   html
  xsl:apply-templates/
   /html
/xsl:template
xsl:template match=title
   titlexsl:value-of select=.//title
/xsl:template
xsl:template match=heading
   xsl:element name=[EMAIL PROTECTED]xsl:value-of 

select=.//xsl:element
/xsl:template
xsl:template match=contents
   body
  ?
   /body
/xsl:template
/xsl:stylesheet
--
===
Dapatkan Telepon SMS untuk rumah dan kantor hanya di PlasaCom melalui 
http://toko.plasa.com
50% Lebih Murah untuk Domain dan Hosting di http://idc.plasa.com khusus di 
bulan Februari !
===
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: fop 0.12 to fop.20 5

2003-02-27 Thread Harm Kok
Dear Ahmed,
I think you can start out by using page-sequence/@master-reference 
instead of page-sequence/@master-name. This probably will already 
solve a lot of your problems. I don't know a stylesheet that solves this 
problem. Another way is to parse your FO against the fo.dtd. I think you 
can find it somewhere on the Renderx site. Start with a small sample, 
than you will get a good idea what is wrong with your XSL.

I hope this helps.
Harm
Ferdous Ahmed wrote:
Hello,
We were using FOP 0.12 for a project (producing pdf in browser). The 
project started long back (November 2001).
But, now we are facing some problem with FOP old version. So we 
decided to move to the new version 0.20.
Problem is that we have around 25 reports and XSL:FO specs has been 
changed a lot. The new engine doesnt recognize the old spec. So I have 
two options in hand

1. To change all the XSLs.
2. (I dont know if it is available) To transform the old xsl to new 
ones using some sort of xml translator (may be another xsl will be 
helpful).

So my question is, Is there any translator available to translate the 
old xsls to new xsls ?

Best Regards
Ahmed Ferdous
Team Leader
- 

In Germany:
Afinion AG
Niederlassung Deutschland
Nagaistr. 3
D-79713 Bad Saeckingen
www.afinion.de
Email: [EMAIL PROTECTED]
Fon:+49 (0)7761 928 9-00
Fax:+49 (0)7761 928 9-11
 

 CONFIDENTIALITY This e-mail and any attachments are confidential
 and may also be privileged. If you are not the named recipient,
 please notify that you are not allowed to use this information in 
any way.
 Please inform the sender immediately and do not disclose the
 contents to another person, use it for any purpose, or store
 or copy the information in any medium.
 
-- 

End of message

   


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


Re: xsl-fo book

2003-02-27 Thread Oleg Tkachenko
H. krishna wrote:
I need xsl-fo book. Publisher is o'reiley or
another xsl-fo book. this is availbale in chennai? i
am living in chennai.
Have you tried amazon?
Here is Dave Pawson's book online: 
http://www.dpawson.co.uk/xsl/sect3/bk/index.html
--
Oleg Tkachenko
Multiconn Technologies, Israel

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


Re: FopServlet error in Oracle OC4J

2003-02-27 Thread Jeremias Maerki
I wonder what the Oracle guys did to that server that it generates so
many problems. :-)

Anyway, can you please check if you have any JAXP libraries from FOP in
the classpath (xml-api.jar, xalan.jar, xercesImpl.jar)? If yes try
removing them. Maybe something like that interferes with Oracle's JAXP
implementation.

FOP uses plain JAXP by the book in its latest version. So if anything
goes wrong with Oracle's implementation and you don't have any foreign
JAXP implementations in your classpath, I suggest you contact Oracle
support to help you, because the exception does not happen in FOP
directly but in the JAXP API (see top of stacktrace:
SAXParserFactory.newInstance).

On 27.02.2003 12:25:21 Roberto Venanzi wrote:
 HI, I have problems with the following code in the FopServlet that 
 run in Oracle OC4J:
 
 in the FopServlet I have modified the metod renderFO to add a barcode font:

snip/

 the error is:
 
 java.lang.ClassCastException: oracle.xml.jaxp.JXSAXParserFactory
 at javax.xml.parsers.SAXParserFactory.newInstance(Unknown 
 Source)
 at 
 org.apache.fop.configuration.ConfigurationReader.createParser(Unknown 
 Source)
 at org.apache.fop.configuration.ConfigurationReader.start
 (Unknown Source)

snip/

 Anyone can help me?



Jeremias Maerki


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



TMCA

2003-02-27 Thread jaccoud
Sorry to bother you all with this mundane subject, but I must ask you to
refrain from using Too Many Cryptic Acronyms.
I can find easily the definition for technical acronyms, and even some
common ones like ASAP, BTW and IMHO, but it is very hard to find the
meaning of others -- most of them can't be found in dictionaries, and we
non-anglophones simply have no way of guessing what they mean... I spent 20
minutes on google just to find what is a PITA.
A few extra keystrokes don't hurt, but can do wonders for clarity and save
us a lot of time.
By the way, typing PITA instead of writing it out in full does not minorate
the impact of the expression.

...TYVM?

=
Marcelo Jaccoud Amaral
Petrobrás (http://www.petrobras.com.br)
mailto:[EMAIL PROTECTED]
=
Language is by its very nature a communal thing; that is, it expresses
never
the exact thing but a compromise--that which is common to you, me, and
everybody.--T. E. Hulme



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



Re: FopServlet error in Oracle OC4J

2003-02-27 Thread Johan Åbrandt
Jeremias Maerki wrote:
I wonder what the Oracle guys did to that server that it generates so
many problems. :-)
Bought it from Ironflare?
__
This message and its attachments have been found clean from known viruses 
with three different antivirus programs.
__

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


Re: TMCA

2003-02-27 Thread Johan Åbrandt
[EMAIL PROTECTED] wrote:
Sorry to bother you all with this mundane subject, but I must ask you to
refrain from using Too Many Cryptic Acronyms.
I can find easily the definition for technical acronyms, and even some
common ones like ASAP, BTW and IMHO, but it is very hard to find the
meaning of others -- most of them can't be found in dictionaries, and we
non-anglophones simply have no way of guessing what they mean... I spent 20
minutes on google just to find what is a PITA.
http://www.keno.org/acronyms.htm
I spent 20 seconds finding that on google...but then I did RTFM =)
__
This message and its attachments have been found clean from known viruses 
with three different antivirus programs.
__

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


Re: TMCA

2003-02-27 Thread Ben Fowler
At 10:21 am -0300 27/2/2003, [EMAIL PROTECTED] wrote:
...
By the way, typing PITA instead of writing it out in full does not minorate
the impact of the expression.

It most definitely does minish what would otherwise be an offensive
expression. Consider RTFM as another example.

Sure you may need to check these expressions when you first meet
them, but the saving in time and gain to communication last for ever.

Ben,
-- 
Privileged/Confidential Information may be contained in this message.
If you are not the addressee indicated in this message (or responsible 
for delivery of the message to such person), you may not copy or deliver 
this message to anyone. In such case, you should destroy this message 
and kindly notify the sender by reply email.  Please advise immediately 
if you or your employer do not consent to Internet email messages of this
kind.  Opinions, conclusions and other information in this message that 
do not relate to the official business of ewitness Limited shall be 
understood as neither given nor endorsed by it.

eWitness Limited, Alpha House, Redvers Close, Lawnswood Business Park, Leeds, 
LS16 6QY
Telephone:  0113 2951112  Fax: 0113 2951114

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



FOP + JFOR

2003-02-27 Thread Eduardo Santilli
Someone know how to integrate JFOR with FOP
Thanks...
Eduardo Santilli
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: AW: TMCA

2003-02-27 Thread jaccoud

Thank you all for the links, they will surely help when I get stucked
again.

This lingo thing feeld like slang, something that restrict groups use to
encode meaning in a way outsiders cannot percieve. Reading text stuffed
with it is like talking to my teenager niece: sometimes I cannot understand
a word...
But I must learn to live with it, otherwise when my 7-month old daughter
begins to talk I willl be excluded

=
Marcelo Jaccoud Amaral
Petrobrás (http://www.petrobras.com.br)
mailto:[EMAIL PROTECTED]
=
All the good maxims already exist in the world; we just fail to apply them.
--Pascal




  
  Müller, Markus  
  
  [EMAIL PROTECTED]Para: [EMAIL PROTECTED] 
 
  dm.de   cc:  
  
   Assunto:  AW: TMCA   
  
  27/02/2003 10:23  
  
  Favor responder a 
  
  fop-user  
  

  

  




Hi,

just a little help for finding acromynms:
http://www.lingo2word.com/lists/acronym_listI.html
But you're right, acronyms don't make it easier to read mails.

MM








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



Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-27 Thread Laurent Forêt
Finally, it was a stupid problem of encoding using a writer in the jsp, I
use now an OutputStream. And it works.

thanks a lot, regards, Laurent Forêt.

- Original Message -
From: Jeremias Maerki [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 5:38 PM
Subject: Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.


 A good idea to find out what's wrong is to disable FOP and serialize the
 generated XSL-FO to a file at the place where you normally pipe the SAX
 events over to FOP. Then, check the generated file if it's what you
 expected.

 On 26.02.2003 17:02:39 Laurent Forêt wrote:
  I 've written too fast. I have now, no more exception. And, It seems to
work
  properly, but the result disappoints me. As a result I have a pdf file
with
  a blank page.
 
  Indeed, I made a test with a simple stylesheet, which write all PCDATA
node
  in a block (tested with a simple xml file using fop.bat) :

 snip/

  Everything seems to be ok, all events seem to be generated by
  SimpleDatasheetReader. The parse and the rendering seem ok, but the
result
  is a blank page. I am going to try to put more debugs but if someone
have an
  idea.


 Jeremias Maerki


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




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



Re: FOP + JFOR

2003-02-27 Thread jaccoud

I strongly recommend you to switch to the XMLmind FO converter
(http://www.xmlmind.com/foconverter/), which gives much better results.
Jfor was donated (and integrated?) to FOP, but has not been enhanced ever
since.

=
Marcelo Jaccoud Amaral
Petrobrás (http://www.petrobras.com.br)
mailto:[EMAIL PROTECTED]
voice: +55 21 2534-3485
fax: +55 21 2534-1809
=
There are only 10 kinds of people in the world: those who understand binary
and those who don't.




  
  Eduardo Santilli  
  
  [EMAIL PROTECTED]Para: [EMAIL PROTECTED] 
 
  .com.br cc:  
  
   Assunto:  FOP + JFOR 
  
  27/02/2003 04:58  
  
  Favor responder a 
  
  fop-user  
  

  

  




Someone know how to integrate JFOR with FOP


Thanks...
Eduardo Santilli


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







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



Re: FOP + JFOR

2003-02-27 Thread Eduardo Santilli
are you from Brasil?
[EMAIL PROTECTED] wrote:
I strongly recommend you to switch to the XMLmind FO converter
(http://www.xmlmind.com/foconverter/), which gives much better results.
Jfor was donated (and integrated?) to FOP, but has not been enhanced ever
since.
=
Marcelo Jaccoud Amaral
Petrobrás (http://www.petrobras.com.br)
mailto:[EMAIL PROTECTED]
voice: +55 21 2534-3485
fax: +55 21 2534-1809
=
There are only 10 kinds of people in the world: those who understand binary
and those who don't.

 
 Eduardo Santilli
 [EMAIL PROTECTED]Para: [EMAIL PROTECTED]  
 .com.br cc:
  Assunto:  FOP + JFOR   
 27/02/2003 04:58
 Favor responder a   
 fop-user
 
 


Someone know how to integrate JFOR with FOP
Thanks...
Eduardo Santilli
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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


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


TOC - page numbers not justified

2003-02-27 Thread Afshartous, Nick
Title: TOC - page numbers not justified






Hi,


I'm trying to generate a table of contents using a fragment 
similar to the example in Ch 10 of Pawson's book


xsl:for-each select=html:html/html:body/html:h1


 fo:block text-align-last=justify
 xsl:value-of select=./
 fo:inline
 fo:leader leader-pattern=dots/
 fo:page-number-citation ref-id={.}/
 /fo:inline
 /fo:block


 /xsl:for-each



The problem I'm seeing though is that the page numbers 
in the contents are  sample.pdf not right justified (see attached). Thanks for any suggestions
on how to resolve this. 
--
 Nick





sample.pdf
Description: Binary data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: TOC - page numbers not justified

2003-02-27 Thread Myriam Delperier
Have a look at http://xml.apache.org/fop/faq.html :
Page numbers are not properly right aligned.
This happens for fo:page-number-citation elements if the citation occurs
before FOP formatted the requested page, usually in TOC or index pages.

It is caused by the problem that FOP has to guess how much space the yet
unknown page number will occupy, and usually the guesses are somewhat off.
You can try to use a non-proportional font like Courier to remedy this.
However, this is likely to look ugly, and wont fix the problem completely.

- Original Message -
From: Afshartous, Nick [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 27, 2003 3:39 PM
Subject: TOC - page numbers not justified



 Hi,

 I'm trying to generate a table of contents using a fragment
 similar to the example in Ch 10 of Pawson's book

  xsl:for-each select=html:html/html:body/html:h1

   fo:block text-align-last=justify
   xsl:value-of select=./
   fo:inline
   fo:leader leader-pattern=dots/
   fo:page-number-citation ref-id={.}/
   /fo:inline
   /fo:block

   /xsl:for-each


 The problem I'm seeing though is that the page numbers
 in the contents are  sample.pdf not right justified (see attached).
 Thanks for any suggestions
 on how to resolve this.
 --
 Nick








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



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



AW: TOC - page numbers not justified

2003-02-27 Thread Mark Baier
Title: TOC - page numbers not justified



Hi,

i 
think putting your TOC into a table with two columns 
could
solve 
the problem...

Mark



  -Ursprüngliche Nachricht-Von: Afshartous, Nick 
  [mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 27. 
  Februar 2003 15:40An: '[EMAIL PROTECTED]'Betreff: 
  TOC - page numbers not justified
  Hi, 
  I'm trying to generate a table of contents using a 
  fragment similar to the example in Ch 10 of 
  Pawson's book 
  xsl:for-each 
  select="html:html/html:body/html:h1" 
   fo:block 
  text-align-last="justify"  
  xsl:value-of select="."/  
  fo:inline  
  fo:leader leader-pattern="dots"/  
  fo:page-number-citation ref-id="{.}"/  
  /fo:inline  
  /fo:block 
   
  /xsl:for-each 
  The problem I'm seeing though is that the page 
  numbers in the contents are sample.pdf not right justified 
  (see attached). Thanks for any suggestions on how to resolve this. --  Nick 
  


Re: AW: TMCA

2003-02-27 Thread Johan Åbrandt
[EMAIL PROTECTED] wrote:
Thank you all for the links, they will surely help when I get stucked
again.
This lingo thing feeld like slang, something that restrict groups use to
encode meaning in a way outsiders cannot percieve. Reading text stuffed
with it is like talking to my teenager niece: sometimes I cannot understand
a word...
But I must learn to live with it, otherwise when my 7-month old daughter
begins to talk I willl be excluded

So I guess This 'lingo' thing servers the same purpose as quoting 
philosophers after your signature, i.e. to show that you belong to a 
group - to which only persons of a certain standard - for example 
knowledge of contemporary philosophy - or internet abreviations - can 
belong. It increases your standing with persons who understand - and 
helps in keeping distance from those who dont.

Is this what you meant?
All the good maxims already exist in the world; we just fail to apply them.
--Pascal

__
This message and its attachments have been found clean from known viruses 
with three different antivirus programs.
__

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


hyphenation pattern

2003-02-27 Thread Koes, Derrick

I'm using 0.20.5rc2.  I'm getting:

Couldn't find hyphenation pattern en_US
Error building hyphenation tree for language en

I didn't get this with version 0.20.4.
Can anyone help?

Thanks,
Derrick





This electronic transmission is strictly confidential to Smith  Nephew and
intended solely for the addressee.  It may contain information which is
covered by legal, professional or other privilege.  If you are not the
intended addressee, or someone authorized by the intended addressee to
receive transmissions on behalf of the addressee, you must not retain,
disclose in any form, copy or take any action in reliance on this
transmission.  If you have received this transmission in error, please
notify the sender as soon as possible and destroy this message.

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



Re: hyphenation pattern

2003-02-27 Thread Clay Leeds
Derrick,
0.20.5rc2 does not include the hyphenation pattern en_US. It only 
includes the hyphenation pattern en_GB. Sorry, I don't know where to get 
the other one (you might find it in the SOURCE for 0.20.5rc or 0.20.4, 
but then you'd have to integrate it into the SOURCE for 0.20.5rc2 and 
then BUILD FOP yourself).

Good luck!
--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: FOP + JFOR

2003-02-27 Thread Eduardo Santilli
this link doesn't work.dou you have another
[EMAIL PROTECTED] wrote:
I strongly recommend you to switch to the XMLmind FO converter
(http://www.xmlmind.com/foconverter/), which gives much better results.
Jfor was donated (and integrated?) to FOP, but has not been enhanced ever
since.
=
Marcelo Jaccoud Amaral
Petrobrás (http://www.petrobras.com.br)
mailto:[EMAIL PROTECTED]
voice: +55 21 2534-3485
fax: +55 21 2534-1809
=
There are only 10 kinds of people in the world: those who understand binary
and those who don't.

 
 Eduardo Santilli
 [EMAIL PROTECTED]Para: [EMAIL PROTECTED]  
 .com.br cc:
  Assunto:  FOP + JFOR   
 27/02/2003 04:58
 Favor responder a   
 fop-user
 
 


Someone know how to integrate JFOR with FOP
Thanks...
Eduardo Santilli
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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


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


Re: hyphenation pattern

2003-02-27 Thread Jeremias Maerki
Most of the hyphenation files had to be removed because of license
reasons. We are looking for alternatives so we can once again provide
hyphenation patterns in many languages. Simply copying them from an
older distribution doesn't make them legal. Sorry for the inconvenience,
but this is a serious issue.

On 27.02.2003 17:41:16 Clay Leeds wrote:
 0.20.5rc2 does not include the hyphenation pattern en_US. It only 
 includes the hyphenation pattern en_GB. Sorry, I don't know where to get 
 the other one (you might find it in the SOURCE for 0.20.5rc or 0.20.4, 
 but then you'd have to integrate it into the SOURCE for 0.20.5rc2 and 
 then BUILD FOP yourself).


Jeremias Maerki


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



RE: FOP + JFOR

2003-02-27 Thread Adam Shelley
I'd try clicking harder.

jj

:)

-adam


-Original Message-
From: Eduardo Santilli [mailto:[EMAIL PROTECTED]
Sent: February 27, 2003 2:37 AM
To: [EMAIL PROTECTED]
Subject: Re: FOP + JFOR


this link doesn't work.dou you have another

[EMAIL PROTECTED] wrote:

I strongly recommend you to switch to the XMLmind FO converter
(http://www.xmlmind.com/foconverter/), which gives much better results.
Jfor was donated (and integrated?) to FOP, but has not been enhanced ever
since.

=
Marcelo Jaccoud Amaral
Petrobrás (http://www.petrobras.com.br)
mailto:[EMAIL PROTECTED]
voice: +55 21 2534-3485
fax: +55 21 2534-1809
=
There are only 10 kinds of people in the world: those who understand binary
and those who don't.




  Eduardo Santilli
  [EMAIL PROTECTED]Para:
[EMAIL PROTECTED]
  .com.br cc:
   Assunto:  FOP + JFOR
  27/02/2003 04:58
  Favor responder a
  fop-user






Someone know how to integrate JFOR with FOP


Thanks...
Eduardo Santilli


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







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







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




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



Re: hyphenation pattern

2003-02-27 Thread Clay Leeds
Sorry for leading a list memeber astray. Jeremias is completely correct, 
and I should've left it at 0.20.5rc2 does not include the hyphenation 
pattern en_US.

My bad.
Jeremias Maerki wrote:
Most of the hyphenation files had to be removed because of license
reasons. We are looking for alternatives so we can once again provide
hyphenation patterns in many languages. Simply copying them from an
older distribution doesn't make them legal. Sorry for the inconvenience,
but this is a serious issue.
On 27.02.2003 17:41:16 Clay Leeds wrote:
0.20.5rc2 does not include the hyphenation pattern en_US. It only 
includes the hyphenation pattern en_GB. Sorry, I don't know where to get 
the other one (you might find it in the SOURCE for 0.20.5rc or 0.20.4, 
but then you'd have to integrate it into the SOURCE for 0.20.5rc2 and 
then BUILD FOP yourself).
Jeremias Maerki
--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: TOC - page numbers not justified

2003-02-27 Thread Afshartous, Nick
Title: TOC - page numbers not justified




 From: Mark Baier [mailto:[EMAIL PROTECTED]]

 i think putting your TOC into a table with two columns 
could
 solve the 
problem...

Thanks for the 
suggestion! I ended up using 3 columns
(title, dots, page 
number) and it looks great (see attached).
Thie 
template is 
below. Maybe someone can put this in the FAQ 
for "page numbers 
are not properly right aligned" ?

 http://xml.apache.org/fop/faq.html#faq-N10255

 
Nick

xsl:template 
match="/" mode="toc" fo:block 
text-align="center" font-size="large" 
space-after="1em" Table 
of Contents 
/fo:block

 
fo:tablefo:table-column 
column-width="6cm"/fo:table-column 
column-width="12cm"/fo:table-column 
column-width="2cm"/

 
fo:table-body

 xsl:for-each 
select="html:html/html:body/html:h1"

 
fo:table-row border-width="0.5pt"

 
fo:table-cell fo:block 
text-align="left" 
xsl:value-of select="."/ 
/fo:block 
/fo:table-cell

 
fo:table-cell 
fo:block fo:inline 
fo:leader leader-pattern="dots"/ 
/fo:inline 
/fo:block 
/fo:table-cell

 
fo:table-cell fo:block 
start-indent="0.5cm" 
fo:page-number-citation 
ref-id="{.}"/ 
/fo:block 
/fo:table-cell

 
/fo:table-row

 
/xsl:for-each

 
/fo:table-body 
/fo:table

 
/xsl:template


-Original Message-From: Mark 
Baier [mailto:[EMAIL PROTECTED]Sent: Thursday, February 27, 2003 9:50 
AMTo: [EMAIL PROTECTED]Subject: AW: TOC - page 
numbers not justified

  Hi,
  
  i 
  think putting your TOC into a table with two columns 
  could
  solve the problem...
  
  Mark
  
  
  
-Ursprüngliche Nachricht-Von: Afshartous, Nick 
[mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 27. 
Februar 2003 15:40An: 
'[EMAIL PROTECTED]'Betreff: TOC - page numbers not 
justified
Hi, 
I'm trying to generate a table of contents using 
a fragment similar to the example in Ch 
10 of Pawson's book 
xsl:for-each 
select="html:html/html:body/html:h1" 
 fo:block 
text-align-last="justify"  
xsl:value-of select="."/  
fo:inline  
fo:leader leader-pattern="dots"/  
fo:page-number-citation ref-id="{.}"/  
/fo:inline  
/fo:block 
 
/xsl:for-each 
The problem I'm seeing though is that the page 
numbers in the contents are sample.pdf not right 
justified (see attached). Thanks for any suggestions on how to resolve this. --  Nick 



sample.pdf
Description: Binary data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

EMF TO WMF

2003-02-27 Thread Lucian Opris
Hi,

Does anybody know how to convert EMF file to WMF?

Thanks a lot 

Lucian Opris




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



Re: TOC - page numbers not justified

2003-02-27 Thread J.Pietschmann
Afshartous, Nick wrote:
Thanks for the suggestion!  I ended up using 3 columns
(title, dots, page number) and it looks great (see attached).
Thie template is below.  Maybe someone can put this in the FAQ 
for page numbers are not properly right aligned ?
The problem will be fixed next week anyway.
Your approach is indeed reasonable, but bigger page numbers
will still cause problems.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: EMF TO WMF

2003-02-27 Thread Jeremias Maerki
A little off-topic for this list, don't you think? Looks like this is
pretty simple in Delphi: 
http://fukunm12.nucl.kyushu-u.ac.jp/~akasaka/memo/delphi/emf2wmf.html
I'm sure there are a lot of conversion solutions around. Why don't just
give Google a try. For example, I found this promising link:
http://www.companionsoftware.com/PR/WMRC/WindowsMetafileFaq.html

On 27.02.2003 19:59:14 Lucian Opris wrote:
 Does anybody know how to convert EMF file to WMF?


Jeremias Maerki


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



Re: logo contest again

2003-02-27 Thread Peter B. West
Oleg Tkachenko wrote:
PS. I think we should prolong the contest term for another week or two 
if nobody objects.
Oleg,
Yes please.  I'm attaching a PDF of a design a friend of mine is working 
on.  She can't get the jpeg output to work from Illustrator, for some 
reason, and I need to help her sort out the problems.  Does anyone have 
access to Photoshop or Illustrator?

--
Peter B. West  [EMAIL PROTECTED]  http://www.powerup.com.au/~pbwest/
Lord, to whom shall we go?


FOPLOGO1.pdf
Description: Adobe PDF document
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: logo contest again

2003-02-27 Thread Savino, Matt C
I set Photoshop to Save for Web highest quality. Let me know if you want it 
larger/smaller or higher/lower DPI.

 -Original Message-
 From: Peter B. West [mailto:[EMAIL PROTECTED]
 Sent: Thursday, February 27, 2003 3:28 PM
 To: [EMAIL PROTECTED]
 Subject: Re: logo contest again
 
 
 Oleg Tkachenko wrote:
  
  PS. I think we should prolong the contest term for another 
 week or two 
  if nobody objects.
 
 Oleg,
 
 Yes please.  I'm attaching a PDF of a design a friend of mine 
 is working 
 on.  She can't get the jpeg output to work from Illustrator, for some 
 reason, and I need to help her sort out the problems.  Does 
 anyone have 
 access to Photoshop or Illustrator?
 
 -- 
 Peter B. West  [EMAIL PROTECTED]  
http://www.powerup.com.au/~pbwest/
Lord, to whom shall we go?
attachment: logo.jpg-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: logo contest again

2003-02-27 Thread Adam Shelley
NM, seems like it was already taken care of.


-Original Message-
From: Adam Shelley [mailto:[EMAIL PROTECTED]
Sent: February 27, 2003 3:39 PM
To: [EMAIL PROTECTED]
Subject: RE: logo contest again


Hello,

I tried to use the export capabilities but it gave me an error.  This must
be a result of the way it was generated into the pdf file.  I did a 'save as
.jpg' on the entire document.  This may or may not be the result u want:
here it is anyways.

-Adam

-Original Message-
From: Peter B. West [mailto:[EMAIL PROTECTED]
Sent: February 27, 2003 3:28 PM
To: [EMAIL PROTECTED]
Subject: Re: logo contest again


Oleg Tkachenko wrote:

 PS. I think we should prolong the contest term for another week or two
 if nobody objects.

Oleg,

Yes please.  I'm attaching a PDF of a design a friend of mine is working
on.  She can't get the jpeg output to work from Illustrator, for some
reason, and I need to help her sort out the problems.  Does anyone have
access to Photoshop or Illustrator?

--
Peter B. West  [EMAIL PROTECTED]  http://www.powerup.com.au/~pbwest/
Lord, to whom shall we go?


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



RE: logo contest again

2003-02-27 Thread Savino, Matt C
Here is the PSD file.

 -Original Message-
 From: Savino, Matt C 
 Sent: Thursday, February 27, 2003 3:34 PM
 To: [EMAIL PROTECTED]
 Subject: RE: logo contest again
 
 
 I set Photoshop to Save for Web highest quality. Let me know 
 if you want it larger/smaller or higher/lower DPI.
 
  -Original Message-
  From: Peter B. West [mailto:[EMAIL PROTECTED]
  Sent: Thursday, February 27, 2003 3:28 PM
  To: [EMAIL PROTECTED]
  Subject: Re: logo contest again
  
  
  Oleg Tkachenko wrote:
   
   PS. I think we should prolong the contest term for another 
  week or two 
   if nobody objects.
  
  Oleg,
  
  Yes please.  I'm attaching a PDF of a design a friend of mine 
  is working 
  on.  She can't get the jpeg output to work from 
 Illustrator, for some 
  reason, and I need to help her sort out the problems.  Does 
  anyone have 
  access to Photoshop or Illustrator?
  
  -- 
  Peter B. West  [EMAIL PROTECTED]  
 http://www.powerup.com.au/~pbwest/
 Lord, to whom shall we go?
 


ApacheXMLLogo.psd
Description: ApacheXMLLogo.psd
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: logo contest again

2003-02-27 Thread Peter B. West
Thanks anyway, Adam.
Adam Shelley wrote:
NM, seems like it was already taken care of.
--
Peter B. West  [EMAIL PROTECTED]  http://www.powerup.com.au/~pbwest/
Lord, to whom shall we go?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]