svnno****@sourc*****
svnno****@sourc*****
2010年 7月 5日 (月) 23:33:45 JST
Revision: 1927
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1927
Author: dhrname
Date: 2010-07-05 23:33:45 +0900 (Mon, 05 Jul 2010)
Log Message:
-----------
importNodeメソッドの修正
Modified Paths:
--------------
branches/06x/061/org/w3c/core.js
Modified: branches/06x/061/org/w3c/core.js
===================================================================
--- branches/06x/061/org/w3c/core.js 2010-07-04 14:31:16 UTC (rev 1926)
+++ branches/06x/061/org/w3c/core.js 2010-07-05 14:33:45 UTC (rev 1927)
@@ -883,7 +883,7 @@
}
i = n = ch = chli = null;
} else if(imn === Node.CDATA_SECTION_NODE) {
- s = this.createCDATASection();
+ s = this.createCDATASection(importedNode.data);
} else if(imn === Node.ENTITY_REFERENCE_NODE) {
s = this.createEntityReference(importedNode.nodeName);
} else if(imn === Node.ENTITY_NODE) {