Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 6th, 2006, 09:41 AM
Friend of Wrox
 
Join Date: May 2005
Posts: 140
Thanks: 0
Thanked 0 Times in 0 Posts
Default HTML to PDF via XSL-FO

Hallo all,

I could have already done an XSL-FO process from an XML file but now I have an HTML file and I have to convert it to PDF via XSL-FO. I am a bit confused how to do it. Can anyone give me a little brief example about it? Thanks for your advise and suggestions.



Your attitude determines your altitude
__________________
Your attitude determines your altitude
 
Old September 7th, 2006, 03:22 AM
Friend of Wrox
 
Join Date: May 2005
Posts: 140
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Can anyone at least suggest me a reference book which is still available to buy? I have already checked the amazon site but the most books ran out of date and they have never been republished.

Your attitude determines your altitude
 
Old September 8th, 2006, 06:47 AM
Friend of Wrox
 
Join Date: May 2005
Posts: 140
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ok I am just giving an example

Here is the HTML file

<html>
   <head>
     <title>Testpage</title>
   </head>
   <body>
      <h1>Hello</h1>
      <p>This is a text with Times New Roman 12 pt </p>
      <p>This is another text with Arial 10 pt</p>
   </body>
</html>

So how can I call the elements of this HTML in my XSL-FO ?(like <xsl:value of > xsl tag for XML)
Can anyone help me?

Your attitude determines your altitude





Similar Threads
Thread Thread Starter Forum Replies Last Post
xHTML to XSL:FO to PDF NotesSensei XSLT 0 September 2nd, 2006 10:02 AM
XSL-FO NEO1976 XML 2 July 19th, 2006 10:10 AM
Alternative print output for fo generated pdf Ma7T XSLT 0 August 2nd, 2005 08:27 AM
xml + xsl:fo --> PDF Kabe Classic ASP XML 0 August 26th, 2004 06:17 AM
I can't show Chinese when .fo to .pdf frank-lo XSLT 2 January 20th, 2004 06:00 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.