r1755 - branches/bxe_2_0/relaxng

[email protected] Thu, 13 Sep 2007 21:30:06 +0200 (CEST)
Newsgroups gmane.editors.bitflux.cvs
Message-ID <[email protected]>
Author: chregu
Date: Thu Sep 13 21:30:04 2007
New Revision: 1755

Log:
nicer errormessage
BXEB-37


Modified:
   branches/bxe_2_0/relaxng/DocumentVDOM.js

Modified: branches/bxe_2_0/relaxng/DocumentVDOM.js
==============================================================================
--- branches/bxe_2_0/relaxng/DocumentVDOM.js	(original)
+++ branches/bxe_2_0/relaxng/DocumentVDOM.js	Thu Sep 13 21:30:04 2007
@@ -30,7 +30,7 @@
 		
 		bxe_alert("Something went wrong during importing the Validation/RelaxNG document\n.See console.log for details.");
 		if (console.log) {
-			console.log( this.xmldoc.saveXML(newDocument));
+			console.log("RNG Doc:" + this.xmldoc.saveXML());
 		}
 		return false;
 		
-- 
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs