| 
								        
								         
								        List the limitations for using XML in the .NET Compact Framework. Limitations of using XML in >Net CF:
 - XmlDataDocument class is not supported
 - XSLT is not supported
 - Validating entity references on a applied DTD is not supported. It only supports XSD schema validation.
 - XQuery language is not supported.
 |