This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

How to embed HTMl tags within an XML file




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@mail.arc.nasa.gov


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]