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

Process HTML with XSL

Subject: Process HTML with XSL
From: Esteban Fernández <efernandez@xxxxxxxxxxxxxxxxx>
Date: Fri, 8 Jul 2005 17:25:54 -0400
html to xsl
Hi all,

I'm new on the list, and of course I'd read the Posting Guidelines, I search
in the archive, Google, and every any other resource i found but nothing
resolve my problem.

The problem, XML page:

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="xsl/main.xsl" type="text/xsl"?>
<home title="Title Test">
<![CDATA[
    <table width="100%" border="0" cellspacing="3" cellpadding="3">
      <tr>
        <td width="50%"><img src="/images/logo.png" / alt=""></td>
        <td width="50%"><p>Text</p></td>
      </tr>
    </table>
]]>
</home>


XSL page (extract).

[...]
<xsl:value-of select='/home' disable-output-escaping="no" />


What I want its put this HTML content inside the XSL page, and of course
draw the tables and every else, but only write the text as is, but the
browser is not process the HTML, just write it :(.

The question: How can I make XSL procces this HTML code and show it like I
want?.

Thanks in advances.

-- Esteban Fernandez.

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.