xsl-list
[Top] [All Lists]

Re: xhtml2fo.xsl not processing markup

2005-03-01 22:19:24


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(_at_)lists(_dot_)mulberrytech(_dot_)com>                              
   
                    <cipherlad(_at_)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.


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--






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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>