public Test_WPXML() { this.wp = new WPXML { skipDownload_ = true, handleImgInBlockQuoteException_ = false, }; }
static void Main(string[] args) { var wp = new WPXML { skipDownload_ = true, handleImgInBlockQuoteException_ = true, assetDirectory_ = @"D:\blog\assets" }; wp.Dump(@"D:\blog\wordpress.2017-11-25.001.xml", @"D:\blog\output"); wp.Dump(@"D:\blog\wordpress.2017-11-25.002.xml", @"D:\blog\output"); }