Peter - 2004-10-27

Im trying to write a new XML document using certain special characters such as <  and >. The documentation main page says that the newer versions of TinyXML will ouput character entities as their respected special character. Ive tried using the special characters directly  ('<') and the character entity ('&lt;') but neither seems to work. Am I doing something wrong?