Re: XSL include problem

Subject: Re: XSL include problem
From: "Arthur Yeung" <kcyeun@xxxxxxxxxxx>
Date: Mon, 14 Aug 2000 23:57:59 +0100
Jeni, Thank you for your reply. It works if I get a well-formed HTML file.
However, in my case, my HTML must not be well-formed. The following is my
case:

<html>
    <body>
        <table>
            <tr><td>xxx</td></tr>
            <tr><td><table>
----------------
                XML here
----------------
            </table></td></tr>
            <tr><td>xxx</td></tr>
        </table>
    </body>
</html>

I want to put my XML doc. within a "nested" table. If the header file is
well-formed, the table must be closed. It means the XML doc cannot be placed
within the table. Do you have any suggestion?

Thank you very much in advance!
Arthur.




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread