Re: logo contest again

2003-02-28 Thread Peter B. West
Matt,
I assume that psd is the native Photoshop format.  It opens quite nicely 
in Gimp.  Clare Cowley is the artist, and she is working on making the 
descender on the 'p' thicker.  Thanks for the response.

Peter
Savino, Matt C wrote:
Here is the PSD file.
--
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]


analogy to table frame=void

2003-02-28 Thread Jiri_Nejedly
I have simple table with 2 cells, 1 row . I want a simple vertical line
between them , no other borders.

Does exist some analogy to HTML's table  frame=void   ?  Or any other
way ?

Thanks.




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



AW: analogy to table frame=void

2003-02-28 Thread Müller, Markus
Hi,

you could use the border properties like in the following 
snippet posted earlier in this list. For more information 
about these properties have a look at 
http://www.w3.org/TR/xsl/slice7.html#common-border-padding-and-background-pr
operties

-- snip.. --
fo:block
  fo:table table-layout=fixed
fo:table-column column-width=150mm/
fo:table-body
  fo:table-row line-height=2pt  
  fo:table-cell 
border-bottom-style=solid 
border-bottom-color=black 
border-bottom-width=0.5pt
fo:block 
  font-size=10pt 
  color=white_
/fo:block
  /fo:table-cell
/fo:table-row
fo:table-row line-height=10pt   
 fo:table-cell 
   border-top-style=solid 
   border-top-color=black 
   border-top-width=0.5pt
   fo:block font-size=10pt color=white_
   /fo:block  
 /fo:table-cell
/fo:table-row
  /fo:table-body
/fo:table
   /fo:block
-- ..snip --

Greez,
Markus


# -Ursprüngliche Nachricht-
# Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
# Gesendet am: Freitag, 28. Februar 2003 07:38
# An: [EMAIL PROTECTED]
# Betreff: analogy to table frame=void
# 
# I have simple table with 2 cells, 1 row . I want a simple 
# vertical line
# between them , no other borders.
# 
# Does exist some analogy to HTML's table  frame=void   ?  
# Or any other
# way ?
# 
# Thanks.
# 
# 
# 
# 
# -
# 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: AW: FOP with jimi

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





version 0.20.3:
i have download the source distribution.
after build clean i build fop new 
(here a part of the listing:
...
prepare-jimi:
 [echo] Jimi library is present. Fop installs jimi support.
 [copy] Copying 1 file to D:\fop-0.20.3\build\src
...


also the JimiImage.class is in the fop.jar file !


but when starting fop the same error occurs



-Ursprüngliche Nachricht-
Von: Jeremias Maerki [mailto:[EMAIL PROTECTED]]
Gesendet am: Donnerstag, 27. Februar 2003 07:40
An: [EMAIL PROTECTED]
Betreff: Re: AW: FOP with jimi


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: AW: AW: FOP with jimi

2003-02-28 Thread Jeremias Maerki
Why do you use version 0.20.3? It's pretty old already.

How are you running FOP? Using fop.bat? If yes, open fop.bat in an ASCII
editor and check if the name for the JIMI library in the classpath
matches the name under which the JIMI library is in your lib directory.
It's most likely that due to the filename you don't have the JIMI
library in the classpath at runtime.

On 28.02.2003 08:48:14 Pachinger Martin wrote:
 version 0.20.3:
 i have download the source distribution.
 after build clean i build fop new 
 (here a part of the listing:
 ...
 prepare-jimi:
  [echo] Jimi library is present. Fop installs jimi support.
  [copy] Copying 1 file to D:\fop-0.20.3\build\src
 ...
 
 also the JimiImage.class is in the fop.jar file !
 
 but when starting fop the same error occurs
 
 
 -Ursprüngliche Nachricht-
 Von: Jeremias Maerki [mailto:[EMAIL PROTECTED]
 Gesendet am: Donnerstag, 27. Februar 2003 07:40
 An: [EMAIL PROTECTED]
 Betreff: Re: AW: FOP with jimi
 
 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?

snip/

  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]



AW: AW: AW: FOP with jimi

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





i use fop.bat and in this file the jimi-library is in the classpath!


my question:
when download jimi, i get the file jimi1_0.zip.
in this zip-file is another zip-file named JimiProClasses.zip.
i extracted this file and renamed it to jimi-1.0.jar before i build fop new!
is this ok?


on wednesday another mail from Valeiko, Michael [EMAIL PROTECTED] was sent
and this mail follwing contain:


---begin mail
I cant get a png file to load I continue to get the following message. 


[ERROR] Error while creating area : Error creating FopImage object (file:tcolon.png) : Jimi image library not available 

from 


fo:block 
fo:external-graphic role=img src="" 
/fo:block 


I have added the jimi-1.0.jar files as well as jai_codec.jar and jai_core.jar to the lib dir. I've tried 20.4 and .20.5rc2 bundled and compiled myself. What am I doing wrong?

Thanks, 
Mike 
--- end mail


here i see the same error with version 20.4 and 20.5rc2 !



-Ursprüngliche Nachricht-
Von: Jeremias Maerki [mailto:[EMAIL PROTECTED]]
Gesendet am: Freitag, 28. Februar 2003 09:23
An: [EMAIL PROTECTED]
Betreff: Re: AW: AW: FOP with jimi


Why do you use version 0.20.3? It's pretty old already.


How are you running FOP? Using fop.bat? If yes, open fop.bat in an ASCII
editor and check if the name for the JIMI library in the classpath
matches the name under which the JIMI library is in your lib directory.
It's most likely that due to the filename you don't have the JIMI
library in the classpath at runtime.


On 28.02.2003 08:48:14 Pachinger Martin wrote:
 version 0.20.3:
 i have download the source distribution.
 after build clean i build fop new 
 (here a part of the listing:
 ...
 prepare-jimi:
 [echo] Jimi library is present. Fop installs jimi support.
 [copy] Copying 1 file to D:\fop-0.20.3\build\src
 ...
 
 also the JimiImage.class is in the fop.jar file !
 
 but when starting fop the same error occurs
 
 
 -Ursprüngliche Nachricht-
 Von: Jeremias Maerki [mailto:[EMAIL PROTECTED]]
 Gesendet am: Donnerstag, 27. Februar 2003 07:40
 An: [EMAIL PROTECTED]
 Betreff: Re: AW: FOP with jimi
 
 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?


snip/


  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: AW: AW: FOP with jimi

2003-02-28 Thread Jeremias Maerki
Yes, that's how it is supposed to work.

I've just done the following:
1. Extract the source distribution version 0.20.5rc2
2. Put jimi-1.0.jar in the lib directory
3. called build clean
4. called build
5. used fop.bat to transform a XSL-FO file referencing a PNG graphic to
PDF (fop -fo pngtest.fo -pdf pngtest.pdf)

It worked.

On 28.02.2003 09:36:09 Pachinger Martin wrote:
 i use fop.bat and in this file the jimi-library is in the classpath!
 
 my question:
 when download jimi, i get the file jimi1_0.zip.
 in this zip-file is another zip-file named JimiProClasses.zip.
 i extracted this file and renamed it to jimi-1.0.jar before i build fop
 new!
 is this ok?



Jeremias Maerki


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



AW: AW: AW: AW: FOP with jimi

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





version 20.3:
now with fop.bat and png the pdf-file was generated with no error.


my question:
did you try to get the pdf-file with embedding FOP ??


here i get the same error as before!



-Ursprüngliche Nachricht-
Von: Jeremias Maerki [mailto:[EMAIL PROTECTED]]
Gesendet am: Freitag, 28. Februar 2003 10:01
An: [EMAIL PROTECTED]
Betreff: Re: AW: AW: AW: FOP with jimi


Yes, that's how it is supposed to work.


I've just done the following:
1. Extract the source distribution version 0.20.5rc2
2. Put jimi-1.0.jar in the lib directory
3. called build clean
4. called build
5. used fop.bat to transform a XSL-FO file referencing a PNG graphic to
PDF (fop -fo pngtest.fo -pdf pngtest.pdf)


It worked.


On 28.02.2003 09:36:09 Pachinger Martin wrote:
 i use fop.bat and in this file the jimi-library is in the classpath!
 
 my question:
 when download jimi, i get the file jimi1_0.zip.
 in this zip-file is another zip-file named JimiProClasses.zip.
 i extracted this file and renamed it to jimi-1.0.jar before i build fop
 new!
 is this ok?




Jeremias Maerki



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





Re: AW: AW: AW: AW: FOP with jimi

2003-02-28 Thread Jeremias Maerki
Yes, it works here. Are you absolutely sure your classpath is ok?
Because if fop.bat works it's the only thing that can still go wrong.
You need fop.jar, batik-blah.jar, avalon-framework-blah.jar and
jimi-1.0.jar.

On 28.02.2003 10:18:59 Pachinger Martin wrote:
 version 20.3:
 now with fop.bat and png the pdf-file was generated with no error.
 
 my question:
 did you try to get the pdf-file with embedding FOP ??
 
 here i get the same error as before!
 
 
 -Ursprüngliche Nachricht-
 Von: Jeremias Maerki [mailto:[EMAIL PROTECTED]
 Gesendet am: Freitag, 28. Februar 2003 10:01
 An: [EMAIL PROTECTED]
 Betreff: Re: AW: AW: AW: FOP with jimi
 
 Yes, that's how it is supposed to work.
 
 I've just done the following:
 1. Extract the source distribution version 0.20.5rc2
 2. Put jimi-1.0.jar in the lib directory
 3. called build clean
 4. called build
 5. used fop.bat to transform a XSL-FO file referencing a PNG graphic to
 PDF (fop -fo pngtest.fo -pdf pngtest.pdf)
 
 It worked.
 
 On 28.02.2003 09:36:09 Pachinger Martin wrote:
  i use fop.bat and in this file the jimi-library is in the classpath!
  
  my question:
  when download jimi, i get the file jimi1_0.zip.
  in this zip-file is another zip-file named JimiProClasses.zip.
  i extracted this file and renamed it to jimi-1.0.jar before i build fop
  new!
  is this ok?


Jeremias Maerki


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



AW: AW: AW: AW: AW: FOP with jimi

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





thank you, it works here also without error
i think there was a problem in the classpath!


best regards
martin pachinger


-Ursprüngliche Nachricht-
Von: Jeremias Maerki [mailto:[EMAIL PROTECTED]]
Gesendet am: Freitag, 28. Februar 2003 10:52
An: [EMAIL PROTECTED]
Betreff: Re: AW: AW: AW: AW: FOP with jimi


Yes, it works here. Are you absolutely sure your classpath is ok?
Because if fop.bat works it's the only thing that can still go wrong.
You need fop.jar, batik-blah.jar, avalon-framework-blah.jar and
jimi-1.0.jar.


On 28.02.2003 10:18:59 Pachinger Martin wrote:
 version 20.3:
 now with fop.bat and png the pdf-file was generated with no error.
 
 my question:
 did you try to get the pdf-file with embedding FOP ??
 
 here i get the same error as before!
 
 
 -Ursprüngliche Nachricht-
 Von: Jeremias Maerki [mailto:[EMAIL PROTECTED]]
 Gesendet am: Freitag, 28. Februar 2003 10:01
 An: [EMAIL PROTECTED]
 Betreff: Re: AW: AW: AW: FOP with jimi
 
 Yes, that's how it is supposed to work.
 
 I've just done the following:
 1. Extract the source distribution version 0.20.5rc2
 2. Put jimi-1.0.jar in the lib directory
 3. called build clean
 4. called build
 5. used fop.bat to transform a XSL-FO file referencing a PNG graphic to
 PDF (fop -fo pngtest.fo -pdf pngtest.pdf)
 
 It worked.
 
 On 28.02.2003 09:36:09 Pachinger Martin wrote:
  i use fop.bat and in this file the jimi-library is in the classpath!
  
  my question:
  when download jimi, i get the file jimi1_0.zip.
  in this zip-file is another zip-file named JimiProClasses.zip.
  i extracted this file and renamed it to jimi-1.0.jar before i build fop
  new!
  is this ok?



Jeremias Maerki



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





FIGURE TABLE PLACEMENT

2003-02-28 Thread H. krishna
Hai Everybody,

I need the Figure  table placement in top of page
only. how do indicate in the FO file.

Immediate replay is highly appreciated.

Regards,

H. Balakrishnan

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

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



Problem with SVG / FOP 0.20.5 / IBM Visual Age 4.0

2003-02-28 Thread Zmitko, Jan
Hello together,

I try to dissolving my Problem since two days and hope everyone can help my.

- I embed a SVG as follows: 

fo:external-graphic
src=file:F:/Projekt/GM3/02_Agenturportal/10_AAA_Team\WP/Entwicklung/FOP/ima
ges/dreba_logo_vektor.svg

The Path is right, because other graphics (jpg) are shown. 

- I have this Problem only in Visual Age. I have a copy of my Repository in
Eclipse and here I have no Problems. The FOP Version is the same.

In Visual Age I get following Exception:

XSL:
F:/Projekt/GM3/02_Agenturportal/10_AAA_Team/WP/Entwicklung/FOP/xsl/orderBele
g.xsl
[DEBUG] XSLT transformed in 8 sec
[WARNING] Screen logger not set - Using ConsoleLogger.
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] building formatting object tree
[INFO] setting up fonts
[INFO] [1]
[WARNING] Sum of fixed column widths 513069 greater than maximum specified
IPD 328821
dreba.prj.gm3.base.exceptions.GM3TechnicalException: GM3_BA01: null; detail
is:
java.lang.NoSuchMethodError
java.lang.Throwable()
java.lang.Error()
java.lang.LinkageError()
java.lang.IncompatibleClassChangeError()
java.lang.NoSuchMethodError()
boolean
org.apache.fop.image.analyser.SVGReader.loadImage(java.lang.String)
boolean
org.apache.fop.image.analyser.SVGReader.loadImage(java.lang.String)
boolean
org.apache.fop.image.analyser.SVGReader.verifySignature(java.lang.String,
java.io.BufferedInputStream)
org.apache.fop.image.analyser.ImageReader
org.apache.fop.image.analyser.ImageReaderFactory.Make(java.lang.String,
java.io.InputStream)
org.apache.fop.image.FopImage
org.apache.fop.image.FopImageFactory.Make(java.lang.String)
int
org.apache.fop.fo.flow.ExternalGraphic.layout(org.apache.fop.layout.Area)
int
org.apache.fop.fo.flow.TableCell.layout(org.apache.fop.layout.Area)
int
org.apache.fop.fo.flow.TableRow.layout(org.apache.fop.layout.Area)
int
org.apache.fop.fo.flow.AbstractTableBody.layout(org.apache.fop.layout.Area)
int org.apache.fop.fo.flow.Table.layout(org.apache.fop.layout.Area)
int org.apache.fop.fo.flow.Block.layout(org.apache.fop.layout.Area)
int org.apache.fop.fo.flow.Block.layout(org.apache.fop.layout.Area)
int
org.apache.fop.fo.flow.StaticContent.layout(org.apache.fop.layout.Area,
org.apache.fop.fo.pagination.Region)
void
org.apache.fop.fo.pagination.PageSequence.layoutStaticContent(org.apache.fop
.fo.flow.StaticContent, org.apache.fop.fo.pagination.Region,
org.apache.fop.layout.AreaContainer)
void
org.apache.fop.fo.pagination.PageSequence.formatStaticContent(org.apache.fop
.layout.AreaTree, org.apache.fop.layout.Page)
org.apache.fop.layout.Page
org.apache.fop.fo.pagination.PageSequence.makePage(org.apache.fop.layout.Are
aTree, boolean, org.apache.fop.layout.Page)
void
org.apache.fop.fo.pagination.PageSequence.format(org.apache.fop.layout.AreaT
ree)
void
org.apache.fop.apps.StreamRenderer.render(org.apache.fop.fo.pagination.PageS
equence)
void org.apache.fop.fo.FOTreeBuilder.endElement(java.lang.String,
java.lang.String, java.lang.String)
void
org.apache.xerces.parsers.AbstractSAXParser.endElement(org.apache.xerces.xni
.QName, org.apache.xerces.xni.Augmentations)
void
org.apache.xerces.impl.XMLNamespaceBinder.handleEndElement(org.apache.xerces
.xni.QName, org.apache.xerces.xni.Augmentations, boolean)
void
org.apache.xerces.impl.XMLNamespaceBinder.endElement(org.apache.xerces.xni.Q
Name, org.apache.xerces.xni.Augmentations)
void
org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(org.apache.xerce
s.xni.QName, org.apache.xerces.xni.Augmentations, boolean)
void
org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(org.apache.xerces.xni.
QName, org.apache.xerces.xni.Augmentations)
int
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.handleEndElement(org.a
pache.xerces.xni.QName, boolean)
int
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement()
boolean
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatc
her.dispatch(boolean)
boolean
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(boolean)
boolean
org.apache.xerces.parsers.StandardParserConfiguration.parse(boolean)
void
org.apache.xerces.parsers.StandardParserConfiguration.parse(org.apache.xerce
s.xni.parser.XMLInputSource)
void
org.apache.xerces.parsers.XMLParser.parse(org.apache.xerces.xni.parser.XMLIn
putSource)
void
org.apache.xerces.parsers.AbstractSAXParser.parse(org.xml.sax.InputSource)
void org.apache.fop.apps.Driver.render(org.xml.sax.XMLReader,
org.xml.sax.InputSource)
void org.apache.fop.apps.Driver.run()
void fop.FopAdapter.applyStylesheet(java.lang.String,
java.lang.Object, java.io.OutputStream)
void fop.FopTest.main(java.lang.String [])


Thanks a lot,


Jan


Entity Errors ?!?!?!

2003-02-28 Thread Rob Stote
Title: Entity Errors ?!?!?!





Hello:
I am a little new to this stuff so bear with me. 
I am using FOP to render my files to PDF, and TIFF. 


Enviro:
JDK 1.4.1
FOP 0.20.4


My flow, create a .fo file from the XSL, and XML, pass the .fo to the various renderers I have set up. 


CODE:
 public void renderPDFFromFO(File in, File out) {
 try {
 FileOutputStream outStream = new FileOutputStream(out);
 Driver driver = new Driver(new InputSource(new FileInputStream(in)),
 outStream);
 driver.setRenderer(Driver.RENDER_PDF);
 driver.run();
 } catch(IOException ex) {
 ex.printStackTrace();
 } catch(FOPException ex) {
 ex.printStackTrace();
 }



I get the following error:
org.apache.fop.apps.FOPException: The entity name must immediately follow the '' in the entity reference.


But, when I change my flow to the following, 
Apply XML, XSL to create PDF everything works great, 


No error and I get the PDF.


CODE: (this is test code, I sub out the tiff render when needed)


 public void renderPDF(File xmlFile, File xslFile, File outFile) {
 try {
 Driver driver = new Driver();
 driver.setLogger(logger);
 driver.setRenderer(Driver.RENDER_PDF);
 //driver.setRenderer(Driver.RENDER_PDF);
 InputHandler inputHandler = new XSLTInputHandler(xmlFile, xslFile);
 XMLReader parser = inputHandler.getParser();
 driver.setOutputStream(new FileOutputStream(outFile));
 driver.render(parser, inputHandler.getInputSource());
 } catch(FileNotFoundException ex) {
 System.out.println( + ex.getMessage());
 } catch(IllegalArgumentException ex) {
 System.out.println( + ex.getMessage());
 } catch(FOPException ex) {
 System.out.println( + ex.getMessage());
 }
 }


So I guess my question: is there ant way for the renderers to recognize, or any way in the creation of the .fo file to handle entity references. I am assuming that FOP creates a .fo file under the skin and then uses it to transform, I could be wrong, I am at an impasse here. The XML does have 's scattered through out the file. Any help would be appreciated. 


Rob






Re: AW: TMCA

2003-02-28 Thread Ben Fowler
At 5:24 pm +0200 27/2/2003, Johan Åbrandt wrote:
[EMAIL PROTECTED] wrote:

...
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?

I don't think that it is what he meant (but there is nothing wrong with your 
argument).

As I read it, the OP saw a 4 letter acronym and thought that it related to 
XSLT, XSL-FO, XHTML
or some such, and felt hurt and a little sore when after some effort he found 
that PITA did not
relate to the subject domain.

I agree that a little help may be needed to get everyone up to speed with 
abbreviations and
acronyms used on mailing lists (AFAICT, FWIW, IIRC et cetera), but I would 
argue that
such abbreviations are for use rather than ornamentation, and strongly concur 
with
posting sites where they can be interpreted. I would add, for the benefit of 
the OP, that
they can be assigned the same meaning in different languages with no penalty, 
save
that the the letters don't match exactly:

URL: http://www.intersolinc.com/newsletters/newsltr5.htm 

SI - Système International - International System of Units
URL: http://www.plexoft.com/SBF/S06.html 
SIDA - Syndrome immunodÈficitaire acquis - Acquired Immuno-deficiency Syndrome
URL: http://www.teenaids.org/gnTeens/glossary.html 

and so forth.

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]



Re: AW: TMCA

2003-02-28 Thread Peter B. West
Maybe the wiseguys around here should stop putting this non-English 
speaker down and spare a thought for what he is saying.  Sure, acronyms 
save some time, but there is a price.  I initially struggled with many 
acronyms, and I am a native.  Add to that the fact that certain acronyms 
(e.g. PITA) would be quite offensive to a non-native speaker unaware of 
the idiomatic usage, who is simply translating verbatim.

The fact is that we are trying to cultivate a multi-cultural 
environment.  Suggestions for improving that environment should be taken 
seriously, even if, in the end, they are not acted on.

Peter
Ben Fowler wrote:
At 5:24 pm +0200 27/2/2003, Johan Åbrandt wrote:
[EMAIL PROTECTED] wrote:

...
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?

I don't think that it is what he meant (but there is nothing wrong with your 
argument).
As I read it, the OP saw a 4 letter acronym and thought that it related to 
XSLT, XSL-FO, XHTML
or some such, and felt hurt and a little sore when after some effort he found 
that PITA did not
relate to the subject domain.
I agree that a little help may be needed to get everyone up to speed with 
abbreviations and
acronyms used on mailing lists (AFAICT, FWIW, IIRC et cetera), but I would 
argue that
such abbreviations are for use rather than ornamentation, and strongly concur 
with
posting sites where they can be interpreted. I would add, for the benefit of 
the OP, that
they can be assigned the same meaning in different languages with no penalty, 
save
that the the letters don't match exactly:
URL: http://www.intersolinc.com/newsletters/newsltr5.htm 
SI - Système International - International System of Units
URL: http://www.plexoft.com/SBF/S06.html 
SIDA - Syndrome immunodÈficitaire acquis - Acquired Immuno-deficiency Syndrome
URL: http://www.teenaids.org/gnTeens/glossary.html 
--
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: AW: TMCA

2003-02-28 Thread Rob Stote
Title: RE: AW: TMCA





Folks, this is not the place for this kind of a conversation.


Rob


-Original Message-
From: Peter B. West [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 28, 2003 11:03 AM
To: [EMAIL PROTECTED]
Subject: Re: AW: TMCA


Maybe the wiseguys around here should stop putting this non-English 
speaker down and spare a thought for what he is saying. Sure, acronyms 
save some time, but there is a price. I initially struggled with many 
acronyms, and I am a native. Add to that the fact that certain acronyms 
(e.g. PITA) would be quite offensive to a non-native speaker unaware of 
the idiomatic usage, who is simply translating verbatim.


The fact is that we are trying to cultivate a multi-cultural 
environment. Suggestions for improving that environment should be taken 
seriously, even if, in the end, they are not acted on.


Peter


Ben Fowler wrote:
 At 5:24 pm +0200 27/2/2003, Johan Åbrandt wrote:
 
[EMAIL PROTECTED] wrote:


...
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?
 
 
 I don't think that it is what he meant (but there is nothing wrong with your argument).
 
 As I read it, the OP saw a 4 letter acronym and thought that it related to XSLT, XSL-FO, XHTML
 or some such, and felt hurt and a little sore when after some effort he found that PITA did not
 relate to the subject domain.
 
 I agree that a little help may be needed to get everyone up to speed with abbreviations and
 acronyms used on mailing lists (AFAICT, FWIW, IIRC et cetera), but I would argue that
 such abbreviations are for use rather than ornamentation, and strongly concur with
 posting sites where they can be interpreted. I would add, for the benefit of the OP, that
 they can be assigned the same meaning in different languages with no penalty, save
 that the the letters don't match exactly:
 
 URL: http://www.intersolinc.com/newsletters/newsltr5.htm 
 
 SI - Système International - International System of Units
 URL: http://www.plexoft.com/SBF/S06.html 
 SIDA - Syndrome immunodÈficitaire acquis - Acquired Immuno-deficiency Syndrome
 URL: http://www.teenaids.org/gnTeens/glossary.html 


-- 
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: FIGURE TABLE PLACEMENT

2003-02-28 Thread Clay Leeds
Sounds like a job for fo:region-before. There should be some samples in 
the FAQ. Also, look at the examples on renderx.com.

H. krishna wrote:
Hai Everybody,
I need the Figure  table placement in top of page
only. how do indicate in the FO file.
Immediate replay is highly appreciated.
Regards,
H. Balakrishnan

--
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: AW: TMCA

2003-02-28 Thread Peter B. West
Rob,
Fair enough.  Wiseguys was a mistake on my part, of the kind I was 
criticising.

Peter
Rob Stote wrote:
Folks, this is not the place for this kind of a conversation.
Rob
-Original Message-
From: Peter B. West [mailto:[EMAIL PROTECTED]
Sent: Friday, February 28, 2003 11:03 AM
To: [EMAIL PROTECTED]
Subject: Re: AW: TMCA
Maybe the wiseguys around here should stop putting this non-English
--
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: Entity Errors ?!?!?!

2003-02-28 Thread Rodolfo M. Raya
On Fri, 2003-02-28 at 11:07, Rob Stote wrote:
 So I guess my question: is there ant way for the renderers to
 recognize, or any way in the creation of the .fo file to handle entity
 references. I am assuming that FOP creates a .fo file under the skin
 and then uses it to transform, I could be wrong, I am at an impasse
 here. The XML does have 's scattered through out the file. Any help
 would be appreciated.

If your XML files have  everywhere, then your XML files are not
valid. You must replace all  with amp; before processing them with
FOP.

Regards,
Rodolfo
-- 
Rodolfo M. Raya [EMAIL PROTECTED]
Heartsome Holdings Pte. Ltd.


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



Tables: column width limitation

2003-02-28 Thread Afshartous, Nick
Title: Tables:  column width limitation






Hi,


I was about the limitation that FOP requires table
columns widths to be specified. Is this a requirement
that will not be necessary in the future and if so
when ? Thanks for any info.


--
 Nick






RE: Entity Errors ?!?!?!

2003-02-28 Thread Rob Stote
Title: RE: Entity Errors ?!?!?!





Hi:


Thanks for the response, I forgot to make clear that the creation of the .fo is automated, I and applying the XSL to XML and transform it to a .fo file to be passed to the renderers. It seems that my entity references are not being escaped. When I produce the .fo through a transformation my entity references are not being escaped, when I hand in the XSL, and XML to the renderer, and allow the renderer to do the transformation it is producing the desire output with out any issues. 

Any ideas.
Is it a setting in Xalan? I am at a loss


Rob


-Original Message-
From: Rodolfo M. Raya [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 28, 2003 11:47 AM
To: [EMAIL PROTECTED]
Subject: Re: Entity Errors ?!?!?!


On Fri, 2003-02-28 at 11:07, Rob Stote wrote:
 So I guess my question: is there ant way for the renderers to
 recognize, or any way in the creation of the .fo file to handle entity
 references. I am assuming that FOP creates a .fo file under the skin
 and then uses it to transform, I could be wrong, I am at an impasse
 here. The XML does have 's scattered through out the file. Any help
 would be appreciated.


If your XML files have  everywhere, then your XML files are not
valid. You must replace all  with amp; before processing them with
FOP.


Regards,
Rodolfo
-- 
Rodolfo M. Raya [EMAIL PROTECTED]
Heartsome Holdings Pte. Ltd.



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





Re: Entity Errors ?!?!?!

2003-02-28 Thread J.Pietschmann
Rob Stote wrote:
Thanks for the response, I forgot to make clear that the creation of the .fo
is automated, I and applying the XSL to XML and transform it to a .fo file
to be passed to the renderers. It seems that my entity references are not
being escaped. When I produce the .fo through a transformation my entity
references are not being escaped, when I hand in the XSL, and XML to the
renderer, and allow the renderer to do the transformation it is producing
the desire output with out any issues. 
Check whether your XSLT makes use of disable-output-escaping,
and fix any occurences.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cuts off words in FOP

2003-02-28 Thread Lucian Opris

Hi,
When I'm using line-height in a block and the text flows on next page the first 
word that drop on the next page is cut off. DO you know any fix for that?
Thanks a lot
Lucian Opris




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



Re: cuts off words in FOP

2003-02-28 Thread Peter Solberg

encloose the text in block-container and then add the attribute keep-together="always". That will keep the text together... if it is enclosed by a fo:table-row, you can use the same thing.
Hope that helps
Pete Solberg

From: "Lucian Opris" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED] 
To: <[EMAIL PROTECTED]>
Subject: cuts off words in FOP 
Date: Fri, 28 Feb 2003 14:36:58 -0500 
 
 
Hi, 
When I'm using line-height in a block and the text flows on next page the first word that drop on the next page is cut off. DO you know any fix for that? 
Thanks a lot 
Lucian Opris 
 
 
 
 
- 
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 
Add photos to your messages with  MSN 8.  Get 2 months FREE*.

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



RE: cuts off words in FOP

2003-02-28 Thread Lucian Opris



I don't want to keep the text together. It should go on the next 
page but without cutting off some letters from the first word. I've noticed that 
when I was using line-height for fo:block.
Thanks

Lucian Opris

  -Original Message-From: Peter Solberg 
  [mailto:[EMAIL PROTECTED]Sent: Friday, February 28, 2003 2:50 
  PMTo: [EMAIL PROTECTED]Subject: Re: cuts off words 
  in FOP
  
  
  encloose the text in block-container and then add the attribute 
  keep-together="always". That will keep the text together... if it is 
  enclosed by a fo:table-row, you can use the same thing.
  Hope that helps
  Pete Solberg
  
  From: "Lucian Opris" <[EMAIL PROTECTED]>
  Reply-To: [EMAIL PROTECTED] 
  To: <[EMAIL PROTECTED]>
  Subject: cuts off words in FOP 
  Date: Fri, 28 Feb 2003 14:36:58 -0500 
   
   
  Hi, 
  When I'm using line-height in a block and the text flows on 
  next page the first word that drop on the next page is cut off. DO you know 
  any fix for that? 
  Thanks a lot 
  Lucian Opris 
   
   
   
   
  - 

  To unsubscribe, e-mail: [EMAIL PROTECTED] 
  For additional commands, e-mail: [EMAIL PROTECTED] 
  
  
  Add photos to your messages with MSN 
  8. Get 2 months FREE*. 
  - To 
  unsubscribe, e-mail: [EMAIL PROTECTED] For additional 
  commands, e-mail: [EMAIL PROTECTED] 


Re: Tables: column width limitation

2003-02-28 Thread Chris Bowditch
table-layout=auto is one of the many tricky issues being worked on in the 
re-design project. No idea when re-design project will be ready for release 
though.

From: Afshartous, Nick [EMAIL PROTECTED]
I was about the limitation that FOP requires table
columns widths to be specified.  Is this a requirement
that will not be necessary in the future and if so
when ?  Thanks for any info.

_
Surf together with new Shared Browsing 
http://join.msn.com/?page=features/browsepgmarket=en-gbXAPID=74DI=1059

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


proxyServlet - delegating work

2003-02-28 Thread Lee, Insoo
Title: proxyServlet - delegating work






Hello,
This is more like a servlet question, could you please help?
We decided to designate another tomcat instance for PDF/FOP processing.
In tomcat servlet container we do something like


 Driver driver = new Driver();
 Logger log = new ConsoleLogger( ConsoleLogger.LEVEL_INFO );
 MessageHandler.setScreenLogger( log );
 driver.setLogger( log );
 driver.setRenderer( Driver.RENDER_PDF );
 driver.setOutputStream( response.getOutputStream())
 transformer.transform( inXML, new SAXResult( driver.getContentHandler()));



 and from the proxy servlet from the main server, we call PDF/FOP servlet by


 
 URL url = "" URL(http,myserver.com,8881,/sp/xmlReport? + urlParams );
 BufferedReader in = new BufferedReader( new InputStreamReader( url.openStream()));
 String line;
 while( ( line = in.readLine()) != null )
 out.println( line );
 out.flush(); 



 This approach works well with html/excel XSL/XSLT, but not with pdf/FOP What would I need to tweak in proxy servlet to get this to work?

 Thanks for any suggestion or help!