ConvertStyle.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:29:15 +0000 (17:29 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:29:15 +0000 (17:29 +0800)
ConvertStyle.php

index 853b60c..f71c5b6 100644 (file)
@@ -134,9 +134,11 @@ class Pman_Core_ConvertStyle extends Pman
 //        }
         
         foreach ($xpath->query('//style') as $s){
-            
+            print_r($s);
+            echo '<br/>';
         }
         
+        exit;
         $data = $doc->saveHTML();
         
         $htmldoc = new HTML_CSS_InlineStyle($data);