NVelocity.NAnt.Anakia
Class Escape

This class is for escaping CDATA sections. The code was "borrowed" from the JDOM code. I also added in escaping of the " -> " character.

Constructor Summary
Escape()
         Empty constructor

Method Summary
string GetText(string st)
         Do the escaping.

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

Escape

public Escape()

Empty constructor

Method Detail

GetText

public string GetText(string st)

Do the escaping.