r1402 - branches/bxe_2_0/relaxng

[email protected]
Newsgroups gmane.editors.bitflux.cvs
Message-ID <[email protected]>
Author: chregu
Date: Sun Oct  2 18:43:17 2005
New Revision: 1402

Modified:
   branches/bxe_2_0/relaxng/RelaxNG.js
Log:
MFH 1401
allow data elements in relaxng


Modified: branches/bxe_2_0/relaxng/RelaxNG.js
==============================================================================
--- branches/bxe_2_0/relaxng/RelaxNG.js	(original)
+++ branches/bxe_2_0/relaxng/RelaxNG.js	Sun Oct  2 18:43:17 2005
@@ -549,8 +549,11 @@
 				this.appendChild(new EmptyVDOM());
 				this._hasEmpty = true;
 				break;
+			case "data":
+				//donothing
+				break;
 			default:
-				alert("Unknown RelaxNG element: " + this.localName);
+				alert("Unknown/not-implemented RelaxNG element: " + childNodes[i].localName);
 		}
 	}
 }
-- 
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.