public Opml(string title) { head = new OpmlHead(); head.title = title; body = new OpmlBody(); }
public Opml() { body = new OpmlBody(); }