[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

xsl:fo and html output

Subject: xsl:fo and html output
From: Johannes.Becker@xxxxxx
Date: Tue, 19 Nov 2002 16:55:42 +0100
xsl fo html output
Hi,

I'm working with the cocoon framework.
I have an xml / xsl(:fo) file that is generating pdf-output. This works
fine. But when I trie to generate html output with the same xsl file, I get
an totally unformatted output.

My sitemap for the pdf-output:

<?xml version="1.0"?>
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">    <!--
=========================== Components ================================ -->
<map:components>         <map:generators default="file"/>
<map:transformers default="xslt"/>       <map:readers default="resource"/>
     <map:serializers default="html"/>        <map:selectors default
="browser"/>        <map:matchers default="wildcard"/>  </map:components>
<!-- =========================== Pipelines
================================= -->
<map:pipelines>
  <map:pipeline>
    <map:match pattern="vers">
      <map:generate src="vers_new.xml"/>
      <map:transform src="vers_new.xsl"/>
     <map:serialize type="fo2pdf"/>
  </map:pipeline>
</map:pipelines>
</map:sitemap>

to generate html-output I changed only " <map:serialize type="html"/> ".
This gave me the unformatted output.

This tells me that there are other things to change.
Since I'm a newbie, I don't have a clue, what to change.


Thanks
Jonny


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.