Beispiel #1
0
 public Test_WPXML()
 {
     this.wp = new WPXML {
         skipDownload_ = true,
         handleImgInBlockQuoteException_ = false,
     };
 }
Beispiel #2
0
        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");
        }