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]

XSL and Well-formed HTML


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

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