RE: how to run XMLServlet example from apache tools example wrox book

2004-09-10 Thread Braumüller, Hans
Hello,

i rely on the browser, because i am engage in web development, and besides the 
url-pattern 
in web.xml snip value=code src=web.xml
servlet-mapping
servlet-nameXMLServlet/servlet-name
url-pattern/ch03/*/url-pattern
  /servlet-mapping
/snip

the request send from the browser, nothing is happened, besides of Diretory 
Listing for the two files of xml and xslt on  ch03, which the servlet is 
supposed to transform to pdf via xsl-fo.

The doctype of web.xml is the same i am using in tomcat 4.29, so i suppose it´s 
shall be function.

But the snip value=code src=web.xml
 filter
filter-nameXSLT Filter/filter-name
filter-classcom.sauria.apachexml.ch3.XSLTFOPServletFilter/filter-class
  /filter
  
  filter
filter-nameFOP Filter/filter-name
filter-classcom.sauria.apachexml.ch3.FOPServletFilter/filter-class
  /filter

  !-- Define filter mappings for the defined filters --  
  filter-mapping
filter-nameFOP Filter/filter-name
servlet-nameXMLServlet/servlet-name
  /filter-mapping

  filter-mapping
filter-nameXSLT Filter/filter-name
servlet-nameXMLServlet/servlet-name
  /filter-mapping
/snip
i have never worked with filter and filter-mapping before, so maybe here lays 
the problem ?

Thanks,

Hans Braumüller
http://kunstserie.com


Braumüller wrote:
 i buy the book Professional XML Development with Apache Tools from wrox
 compiled the fop example in chapter 3 and don´t get it run in my Tomcat.

What does don't get it run mean in detail? Do you have a command
line tool to access URLs or do you exclusively rely on a browser?
Do the version for Tomcat and other tools you are using match the
versions used in the book? Where are the FOP log messages?

J.Pietschmann

-
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]



xml xhtml xsl-fo pdf

2004-09-10 Thread Braumüller, Hans
Hello,

is in the  out there, some example how to chain via a java-servlet a 
transformation via xslt from xml to xhtml and from xhtml apply another xslt to 
transform to xsl-fo (for this step exists ready to use stylesheets)and then 
generate pdf ?

Thanks,

Hans Braumüller

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



Table with rounded corners

2004-09-10 Thread A. ROY
Hi all,

I'd like to draw tables with rounded corners. Who can give me ideas to to that 
in the best and more generalized way ?

Thanks
A. ROY 
-- 
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm


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



RE: Table with rounded corners

2004-09-10 Thread Daniel Easton
Title: RE: Table with rounded corners






Hi,


Sounds like you want a 3 by 3 cell table?


-

| | | |

| 1 | 2 | 1 |

-

| | | |

| | | |

| 2 | CONTENT | 2 |

| | | |

-

| | | |

| 1 | 2 | 1 |

-


With small graphics in cell type 1's and outside borders in cell type 2. The content cell will probably contain another table with te content formatted as required ?

Hope that helps


Daniel


-Original Message-

From: A. ROY [mailto:[EMAIL PROTECTED]]

Sent: 10 September 2004 12:51

To: [EMAIL PROTECTED]

Subject: Table with rounded corners



Hi all,


I'd like to draw tables with rounded corners. Who can give me ideas to to that in the best and more generalized way ?


Thanks

A. ROY 

-- 

___

Sign-up for Ads Free at Mail.com

http://promo.mail.com/adsfreejump.htm



-

To unsubscribe, e-mail: [EMAIL PROTECTED]

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






RE: Table with rounded corners

2004-09-10 Thread mathieu . fretiere
I'd like to draw tables with rounded corners.
It is possible to use SVG (vector graphic) in order to create a table : 
you can draw rounded corners, draw lines for the borders and insert text.
Then you can insert you graphic into your pdf.
I don't know if it's a good idea because drawing a table in SVG would be 
more complex than using a fo:table.

Mat

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



Problem with External-graphic and authentication

2004-09-10 Thread Frank Daly
Hi

I have switched to tomcat 5 and am using basic authentication.  I was
able to display an image using the external-graphic fo and tomcat 4.1
also with authentication.  I can see the image when I type the url in
directly and then login.  Is there a way to include the authentication
data in the url or do I have to sacrifice the authentication?

Frank


---Legal  Disclaimer---

The above electronic mail transmission is confidential and intended only for 
the person to whom it is addressed. Its contents may be protected by legal 
and/or professional privilege. Should it be received by you in error please 
contact the sender at the above quoted email address. Any unauthorised form of 
reproduction of this message is strictly prohibited. The Institute does not 
guarantee the security of any information electronically transmitted and is not 
liable if the information contained in this communication is not a proper and 
complete record of the message as transmitted by the sender nor for any delay 
in its receipt.




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