RE: foregroundColor

2002-05-13 Thread trevor_campbell

A note about using XML-SPY for fop development. I used it quite a bit
lately and while I found it good, the DTD it uses for XSL:FO is far from
complete and sometimes incorrect.  That's not to say it isn't very useful,
just be careful and have the spec (http://www.w3.org/TR/xsl/) handy as
well.

Trev




  
"Michael J. Godfrey"
  
<[EMAIL PROTECTED]   To: <[EMAIL PROTECTED]>
 
hesis.com>  cc: 
  
Subject: RE: 
foregroundColor  
14/05/2002 07:34 AM 
  
Please respond to   
  
fop-user
  

  

  




BWHAHA
Many thanks Chuck.. it worked just fine..
Interestingly the color= does NOT show up as auto-completion in xml spy
4.3.
Of course I should not be so dependant on auto-complete ;P
-Michael

-Original Message-
From: Chuck Paussa [mailto:[EMAIL PROTECTED]
Sent: Monday, May 13, 2002 3:38 PM
To: [EMAIL PROTECTED]
Subject: Re: foregroundColor


Michael J. Godfrey wrote:

>Greetings,
>  How do I make this..
>
>
>
>And add foreground-color="#FF"  ?
>
>I am using XML Spy and the auto-complete doesnt seem to display it.
>
>Thanks,
>Michael
>
>
Foreground-color = color
So: It's




Chuck







RE: foregroundColor

2002-05-13 Thread Michael J. Godfrey
BWHAHA
Many thanks Chuck.. it worked just fine..
Interestingly the color= does NOT show up as auto-completion in xml spy
4.3.
Of course I should not be so dependant on auto-complete ;P
-Michael

-Original Message-
From: Chuck Paussa [mailto:[EMAIL PROTECTED]
Sent: Monday, May 13, 2002 3:38 PM
To: [EMAIL PROTECTED]
Subject: Re: foregroundColor


Michael J. Godfrey wrote:

>Greetings,
>   How do I make this..
>
>
>
>And add foreground-color="#FF"  ?
>
>I am using XML Spy and the auto-complete doesnt seem to display it.
>
>Thanks,
>Michael
>  
>
Foreground-color = color
So: It's




Chuck



Re: foregroundColor

2002-05-13 Thread Chuck Paussa
Michael J. Godfrey wrote:
Greetings,
How do I make this..

And add foreground-color="#FF"  ?
I am using XML Spy and the auto-complete doesnt seem to display it.
Thanks,
Michael
 

Foreground-color = color
So: It's

Chuck


foregroundColor

2002-05-13 Thread Michael J. Godfrey
Greetings,
How do I make this..



And add foreground-color="#FF"  ?

I am using XML Spy and the auto-complete doesnt seem to display it.

Thanks,
Michael


New FOP release?

2002-05-13 Thread joseph berdat
Hi,

Is there a new released of FOP scheduled for soon?
And on what kind of subject is currently developed on FOP for next release?

thank'S

@+


Re: Page X of Y Problem

2002-05-13 Thread J.Pietschmann
[EMAIL PROTECTED] wrote:
Thanks for the info.
But when I use
driver.render(input.getParser(), input.getInputSource());
input.getParser() returns a null value.
It should not. Check the classpath, looks like there
is an incompatible JAXP package before Xalan/Xerces.
J.Pietschmann


Re: fop-0.20.3 "Don't know what to do with" error

2002-05-13 Thread J.Pietschmann
DuCharme, Bob (LNG) wrote:
I tried blowing away my CLASSPATH and still got the same result. Is there
any other way to check for this?
I'm stumped. Perhaps it helps to rebuild FOP from source
on your machine. Just download the src distrib and run
build.bat. Would be interesting whether ant suffers from the
same problem.
If all else fails, remove the line throwing the exception
in srv/org/apache/fop/apps/CommandLineOptions.java:268.
I'll try to get my Win98 restored, but this is, well, labor
intensive, and there are some more pressing problems right
now.
J.Pietschmann


Image in PDF contains elements of other image

2002-05-13 Thread Matthias
Hi

I am trying to create a PDF document with
FOP and it contains 2 images which are
rendered from SVG source by means of the
'' tag. Now I
see that only the first image is rendered
correctly and the 2nd does contain elements
of the first. Now this is not a problem in
the SVG source as far as i can tell. Has anybody
encountered a similar problem?

Any help much appreciated!

Regards Matthias


Re: Page X of Y Problem

2002-05-13 Thread Neeru . Bhardwaj

Thanks for the info.
But when I use
driver.render(input.getParser(), input.getInputSource());
input.getParser() returns a null value.
Thanks

-Neeru




"J.Pietschman   

n"   To: [EMAIL PROTECTED]  
  
<[EMAIL PROTECTED]cc:   
 
oo.de>   Subject: Re: Page X of Y Problem   



05/10/2002  

04:28 PM

Please  

respond to  

fop-user









[EMAIL PROTECTED] wrote:
> I am using FOP 0.20.3 for converting xml to pdf. When I am running the
java
> code locally in Visual age I don't get any errors, but when I try to
> run it as servlet I get the "Root element must be root, not none".

  //   driver.render(input.getParser(), input.getInputSource());
   driver.render(createParser(), input.getInputSource());

Use the line commmented out. You should not fiddle with
working code unless you know what you are doing or
someone who knows what happens tells you to do so.

BTW it's basic netiquette to start a new thread with
a new, meaningful subject for a new question.


J.Pietschmann






AW : Fop & OKI Matrix Printing

2002-05-13 Thread Mirko Sertic

Hello FOP-Folks!

After a few sleepless hours of work and pain, i created a FOP renderer wich
supports the
native instruction set of the EPSON emulation of my OKI matrix printer.

It's more than a prototype than anything else at the moment, but i keep on
working on it
and maybe someday It currently supports only one font and normal font
positioning.
The next version will also support bold printing, underlining and so on.

In fact i extended the printrenderer class and overwrote some methods to
handle a limmited
set of the printrenderer functionality.

If anyone is interrested in my experience creating this renderer, let me
know. Maybe we
can make a deal... :-)


Keep on coding


Mirko Sertic




Re: Newbie - kernning problem

2002-05-13 Thread Jeremias Maerki
Just a little follow up: It worked well with SVG. I used letter-spacing
to fit each digit of a number into boxes. Here's some exapmle code:


  
http://www.w3.org/2000/svg"; width="48mm" height="5mm"
viewBox="0 0 480 50">
  

  

  



> Try to do that using SVG. As FOP does not implement, yet, some features
> necessary for these things you might have better luck using SVG which
> has a richer feature set (I think) for manipulating single characters.
> I'm going to do the same today. :-)
> 
> > I'm having a kerning problem with text in fop. I've tried to use
> > "font-stretch" and "word-spacing" to kern some text to exactly match a
> > pre-printed form. Both give a "not implemeted yet" warning. Can anyone tell
> > me how to kern text using FOP 0.20.3?

Cheers,
Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Tel. +41 41 317 2020 - Fax +41 41 317 2029
Internet http://www.outline.ch



RE: fop-0.20.3 "Don't know what to do with" error

2002-05-13 Thread DuCharme, Bob (LNG)
>Odd. Did you try to call the same java command as in the .bat
>file directly on the command line?

It's actually too long for the good old DOS command line, but when I added
the jar files to my CLASSPATH (before the existing entries) so that I
wouldn't have to include their names on the command file and then tried the
equivalent from the command line, I got the same result.

>Is there some interference from some other Java executable
>possible?

I tried blowing away my CLASSPATH and still got the same result. Is there
any other way to check for this?

thanks,

Bob


-Original Message-
From: J.Pietschmann [mailto:[EMAIL PROTECTED]
Sent: Friday, May 10, 2002 5:39 PM
To: [EMAIL PROTECTED]
Subject: Re: fop-0.20.3 "Don't know what to do with" error


DuCharme, Bob (LNG) wrote:
> C:\temp>java TestC red green blue
> 72 65 64
> 67 72 65 65 6E
> 62 6C 75 65

Odd. Did you try to call the same java command as in the .bat
file directly on the command line? It could be some issue
with the .bat file.
Is there some interference from some other Java executable
possible?


> Why wouldn't I have a problem using Fop-0.18.1-DEV if I'm using the same
JVM
> and Win98 command processor with that?

I'm not sure about 0.18, but 0.17 had a much simpler command
line processing, in particular there was no check for unaccounted
parameters which haunts us now.


J.Pietschmann