r1671 - branches/bxe_2_0/relaxng
[email protected] Fri, 4 May 2007 15:35:25 +0200 (CEST)
| Newsgroups | gmane.editors.bitflux.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: chregu
Date: Fri May 4 15:35:25 2007
New Revision: 1671
Log:
give more meaningful message
Modified:
branches/bxe_2_0/relaxng/NodeVAL.js
Modified: branches/bxe_2_0/relaxng/NodeVAL.js
==============================================================================
--- branches/bxe_2_0/relaxng/NodeVAL.js (original)
+++ branches/bxe_2_0/relaxng/NodeVAL.js Fri May 4 15:35:25 2007
@@ -109,7 +109,7 @@
} else {
var _msg = "";
if (nodeType == 3) {
- _msg = "#text ";
+ _msg = "text ('" + ctxt.node.nodeValue +"')";
} else {
_msg = ctxt.node.localName +"("+ctxt.node.namespaceURI+ ") ";
}
--
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs