Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XML
|
XML General XML discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XML 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 March 24th, 2008, 04:57 AM
Registered User
 
Join Date: Mar 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Using XSL to generate single pdf doc

hi,

Can anyone help me out.... i am not able to decide whether
this works or not...
i have multiple html docs which needs to be converted to single PDF document using
XSL ...is this possible....
Do we need to make a single html document manually and then convert to XSL-FO doc and then to PDF

 
Old March 24th, 2008, 07:42 AM
Friend of Wrox
 
Join Date: Nov 2007
Posts: 1,243
Thanks: 0
Thanked 245 Times in 244 Posts
Default

Well XSLT has the document function http://www.w3.org/TR/xslt#document to deal with multiple input documents for a single transformation.
On the other hand you seem to want to transform HTML documents and not XML documents so you need to make sure you use a HTML parser in your tool chain that is able to parse HTML and pass the result on to the XSLT processor. With Java you can use TagSoup and Saxon to do that, Saxon has an option to allow that: http://www.saxonica.com/documentatio...mand-line.html

Microsoft MVP - XML
 
Old March 24th, 2008, 11:57 PM
Registered User
 
Join Date: Mar 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thanks for the help






Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple FOP files to single PDF using XSL bhavanimachani XML 7 March 28th, 2008 05:59 AM
upload doc or pdf only sauravnimesh .NET Framework 2.0 2 September 16th, 2007 11:33 PM
Chapter 5 - Generate a Single Dataset NJJim BOOK: Wrox's ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter ISBN: 978-0-7645-8807-5 0 July 16th, 2006 03:11 PM
How to generate WORD doc. from XML files??? iapraiz XML 1 March 11th, 2004 05:59 AM





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