AW: Invalid Image URL - error on relative URL : no protocol

2001-10-16 Thread Ursprung Manfred

That's nice for absolute path.
How do yo do it on relative path ?
Like: 
file:..\graphics\some.gif
it doesn't work.

Thats the trick ?
-Manfred

 -Ursprüngliche Nachricht-
 Von:  Amit [SMTP:[EMAIL PROTECTED]]
 Gesendet am:  Mittwoch, 10. Oktober 2001 20:03
 An:   [EMAIL PROTECTED]
 Betreff:  Re: Invalid Image URL - error on relative URL : no protocol
 
 If on Windows do this:
 
 file:C:\path\some.gif
 
 If on Unix like OS do this
 
 file:///www/images/some.gif
 
 
 Amit
 
 MEMMADI Said wrote:
 
  Hi all,
 
  I have the folowing error with fop 0.20.1
 
  Error while creating area : Invalid Image URL - error on relative URL :
 no protocol:
  null./images/mypicture.png
 
  In my xsl file :
  fo:external-graphic src=file:.\images\mypicture.png/ or
  fo:external-graphic src=file:images\mypicture.png/
 
  Thanks in advance.
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, email: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]

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




startin Fop with Stream objects

2001-10-12 Thread Ursprung Manfred

I use Fop in a servlet to generate PDF output from dynamic generated data.
To start fop in a servlet xml xsl resource have to be a file (according to
FAQ). 

So I have to store my dynamic xml data in a file. 
But I want my Java Stream object to be passed to Fop.
Is it possible ?
Is it on todo list ?

- Manfred

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