<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="memo2.xsl"?>
<memo>
	<memohead>
		<date>4/22/2008</date>
		<about>CSS</about>
		<from>Me</from>
		<to>Whoever want it</to>
		
	</memohead>
	<memobody>
		<paragraph>
			<term> Css </term> can display xml directly. But it has some limitations</paragraph>
		<points>
			<item>You can't use namespaces</item>
			<item>It doesn't display attributes</item>
			<item>You have display in the same order they are in the document</item>
		</points>
		<paragraph>
			<term> XSLT </term>is the preferred way to format xml, though it can be used in conjunction with <term>  CSS.</term></paragraph>
		
		
	</memobody>
	
	
</memo>
