r1382 - branches/bxe_2_0/relaxng
| Newsgroups | gmane.editors.bitflux.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: chregu
Date: Thu Sep 22 10:30:52 2005
New Revision: 1382
Modified:
branches/bxe_2_0/relaxng/RelaxNG.js
Log:
MFH
fix for http://bugs.bitflux.ch/cgi-bin/bugzilla/show_bug.cgi?id=881
Default namespace in RelaxNG.js not properly set.
Modified: branches/bxe_2_0/relaxng/RelaxNG.js
==============================================================================
--- branches/bxe_2_0/relaxng/RelaxNG.js (original)
+++ branches/bxe_2_0/relaxng/RelaxNG.js Thu Sep 22 10:30:52 2005
@@ -311,7 +311,7 @@
function bxe_RelaxNG_nsResolver(node) {
var rootAttr = node.attributes;
- this.defaultNamespace = null;
+ this.defaultNamespace = "";
this.namespaces = new Array();
this.prefixes = new Array();
--
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs