Re: [xsl] xhtml2fo.xsl not processing markup

Subject: Re: [xsl] xhtml2fo.xsl not processing markup
From: omprakash.v@xxxxxxxxxxxxx
Date: Wed, 2 Mar 2005 10:49:24 +0530
Hi,
    Does your xhtml file have a doctype declaration at the top like below:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional/EN"
"file:///d:/omp/xngr/xhtml1-transitional.dtd">

Try adding and see.

Cheers,
Omprakash.V








                                                                                                                   
                    "Random                                                                                        
                    Blackburn"           To:     <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>                                 
                    <cipherlad@ho        cc:     (bcc: omprakash.v/Polaris)                                        
                    tmail.com>           Subject:     [xsl] xhtml2fo.xsl not processing markup                     
                                                                                                                   
                    03/02/2005                                                                                     
                    05:00 AM                                                                                       
                    Please                                                                                         
                    respond to                                                                                     
                    xsl-list                                                                                       
                                                                                                                   
                                                                                                                   




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.






This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. 
If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately.
You are also hereby notified that any use, any form of reproduction, dissemination, copying, disclosure, modification,
distribution and/or publication of this e-mail message, contents or its attachment other than by its intended recipient/s is strictly prohibited.

Visit Us at http://www.polaris.co.in

Current Thread