How to embed HTMl tags within an XML file

Subject: How to embed HTMl tags within an XML file
From: pmitra <pmitra@xxxxxxxxxxxxxxxxx>
Date: Thu, 28 Sep 2000 12:29:56 -0700

I was wondering if anyone has any ideas on how to include tags like <LI>
or <P> or any other HTML tags in an XML file such that it will all be
extracted with the tags by the XSL and the generated HTML will format
the document using those tags.
I do not want to define particular tags in a DTD, I want to pass through
any generic HTMl tag, that any XML author may feel they want to put in:

For example,
In XML:

<UL>Items header
<LI>This is the first item
<LI>This is the second item
</UL>

How can I pass the whole above section as is through an XSL such that
HTMl can format this as a list?

Thanks,
Mila Mitra
pmitra@xxxxxxxxxxxxxxxxx


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


Current Thread