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

xhtml2fo.xsl not processing markup

Subject: xhtml2fo.xsl not processing markup
From: "Random Blackburn" <cipherlad@xxxxxxxxxxx>
Date: Tue, 1 Mar 2005 15:30:09 -0800
xhtml2fo table
I am processing my XHTML source using the xhtml.xsl stylesheet by AntennaHouse. Like a previous poster here, I am only getting back the text from the XHTML file, no markup of any kind (xhtml, fo, or otherwise). My XHTML file looks something like this...

<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www/w3/org/1999/xhtml">
<body>
 <vcl_unit>
  <table>
   <tr>
    <td>
     <h2>Who Wants To Be A Millionaire?</h2>
    </td>
   </tr>
  </table>
 </vcl_unit>
</body>
</html>

But my output looks like this...

<?xml version="1.0" encoding="utf-8"?>Who Wants To Be A Millionaire?

My guess is I'm missing a namespace declaration somewhere, but I don't know what I need. I've tried replacing the <html> tag with a <doc> tag as well.

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.