/// <exclude /> public static XmlWriter CreateXhtmlWriter(this XContainer container) { return(new XhtmlWriter(container.CreateWriter())); }