Process HTML with XSL
eft0 <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
I have a XML page, and inside this: <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="xsl/main.xsl" type="text/xsl"?> <home title="Title Test"> <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> What I want its put this HTML content inside the XSL page, and of course work how I want, draw the tables and every else, but only write the text. How can I make XSL procces this HTML code and show it well ?. Thanks a lot in advanced.