XML Object
 
Syntax
 
AddStyleSheet(styleSheet As String)
 
Description
Adds a style sheet declaration to the XML document. The styleSheet should be a string such as:
 
<?xml-stylesheet href="mystyle.css" title="Compact" type="text/css"?>