XSL and Well-formed HTML

Subject: XSL and Well-formed HTML
From: "Vlattas, Christina" <CVlattas@xxxxxxx>
Date: Tue, 2 May 2000 17:05:28 -0400
Hello,
I am pretty new to XSL, so I apologize if this is a no-brainer.  I haven't
been able to find the answer on my own.
I have well-formed HTML embedded within my XML.  I obviously want the HTML
to appear as is in the browser.
Below is an example of what I am talking about.

Example:
<Guideline>
	<Review>Entire exam period</Review>
	<DetectionPop>
		<UL>
			<LI>Advertisement and sales <B>literature
materials</B> under consideration</LI>
 			<LI>Advertisements for <U>unregistered private
offerings</U></LI>
		</UL>
    	</DetectionPop>
    	<Record>
        		<UL>
            		<LI>Advertisements</LI>
 			<LI>Sales literature</LI>
        		</UL>
    	</Record>
</SamplingGuideline>

How do you handle this in XSL?

Thank you in advance,
Christina


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


Current Thread