fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [7410] API: add libxml_get_last_error() to error outp


From: Sigurd Nes
Subject: [Fmsystem-commits] [7410] API: add libxml_get_last_error() to error output
Date: Tue, 21 Jun 2011 21:03:11 +0000

Revision: 7410
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7410
Author:   sigurdne
Date:     2011-06-21 21:03:11 +0000 (Tue, 21 Jun 2011)
Log Message:
-----------
API: add libxml_get_last_error() to error output

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.xslttemplates.inc.php

Modified: trunk/phpgwapi/inc/class.xslttemplates.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.xslttemplates.inc.php      2011-06-21 21:02:05 UTC 
(rev 7409)
+++ trunk/phpgwapi/inc/class.xslttemplates.inc.php      2011-06-21 21:03:11 UTC 
(rev 7410)
@@ -395,6 +395,7 @@
 
                        if (!$html || $html == '<?xml version="1.0"?>')
                        {
+                               _debug_array(libxml_get_last_error());
                                echo "<h2>xml-data</h2>";
                                $this->list_lineno($this->xmldata, true);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]