Re: How to write XSL for PDF?

2002-07-10 Thread Eric Dalquist

Search for XSL-FO The W3 has the spec for it at http://www.w3.org/TR/xsl/
all the formatting tags fop uses are in the fo namespace defined at that
URL.

-Eric Dalquist

- Original Message -
From: Cenk Uysal [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, July 10, 2002 10:18 AM
Subject: How to write XSL for PDF?


 Hi,

 I plan to use Cocoon's PDF Serializer. But I don't know how to write
 XSLs for styling PDF documents. Is there any resource which tells how
 to do this?

 __
 Do You Yahoo!?
 Sign up for SBC Yahoo! Dial - First Month Free
 http://sbc.yahoo.com

 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




Re: How to write XSL for PDF?

2002-07-10 Thread Christoph Gaffga

try
http://www.google.com/search?q=XSL-FO+Tutorial


From: Cenk Uysal [EMAIL PROTECTED]
 I plan to use Cocoon's PDF Serializer. But I don't know how to write
 XSLs for styling PDF documents. Is there any resource which tells how
 to do this?



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




RE: How to write XSL for PDF?

2002-07-10 Thread Peter Sparkes

Try

http://www.dpawson.co.uk/xsl/sect3/bk/index.html

Its the best I have found

Peter

-Original Message-
From: Cenk Uysal [mailto:[EMAIL PROTECTED]]
Sent: 10 July 2002 15:19
To: [EMAIL PROTECTED]
Subject: How to write XSL for PDF?


Hi,

I plan to use Cocoon's PDF Serializer. But I don't know how to write
XSLs for styling PDF documents. Is there any resource which tells how
to do this?

__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




RE: How to write XSL for PDF?

2002-07-10 Thread Argyn Kuketayev

If you are ready to go with commercial product, then it makes a sense to
look at non-XSL-FO products too.

E.g. www.faceless.org has Faceless report generator. Its advantage is that
its input format is very similar to HTML, you have to make it valid xml
document (br/ instead of br) though. So, if you want to generate the
HTML document, then the XSLT template is almost the same. FOP doesn't
generate HTML. RenderX provides fo2html script to make HTML out of XSL-FO,
but it's an extra step from XML content.

Faceless reporter may be integrated into Cocoon as a serializer, I've done
for fun, works well.

 -Original Message-
 From: Alexander Schatten [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 10, 2002 11:05 AM
 To: [EMAIL PROTECTED]
 Subject: Re: How to write XSL for PDF?
 
 
 Cenk Uysal wrote:
 
  Hi,
  
  I plan to use Cocoon's PDF Serializer. But I don't know how to write
  XSLs for styling PDF documents. Is there any resource which 
 tells how
  to do this?
 
 there is a commercial xsl:fo product called: XEP from RenderX. though 
 this product might not be interesting for you, they offer a pretty 
 concise and good FO tutorial (the best I found on the web) on 
 their website.
 
 
 alex
 
 
 
 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]
 

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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