Subject: Re: Embedding HTML tags into XML
From: Michael Mason <xsl-list@xxxxxxxxxxxxxxxx>
Date: Wed, 21 Jul 1999 16:32:53 +0100
|
Hugh Speirs wrote:
> Can HTML tags be embedded into an XML document?
Only if they're well formed -- for example you need to convert <br> to
<br /> and make sure things like <li> blah </li> are properly matched.
Alternatively, you can escape the less-than and greater than characters
with < and >, but this looks ugly and is best avoided if you can.
Regards,
Mike.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|