svnno****@sourc*****
svnno****@sourc*****
2010年 1月 29日 (金) 21:22:03 JST
Revision: 1610
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1610
Author: dhrname
Date: 2010-01-29 21:22:03 +0900 (Fri, 29 Jan 2010)
Log Message:
-----------
Modified Paths:
--------------
branches/06x/060/sie.js
Modified: branches/06x/060/sie.js
===================================================================
--- branches/06x/060/sie.js 2010-01-25 12:25:41 UTC (rev 1609)
+++ branches/06x/060/sie.js 2010-01-29 12:22:03 UTC (rev 1610)
@@ -2604,12 +2604,6 @@
var obw = new STLength(obj.getAttribute("width"),obj.clientWidth), obh = new STLength(obj.getAttribute("height"),obj.clientHeight);
var obwidth = obw.value, obheight = obh.value;
} catch(e) {stlog.add(e,1209);}
- var doc = new ActiveXObject("MSXML2.DomDocument");
- var str = data.content
- .replace(/!DOCTYPE/,"!--")
- .replace(/(dtd">|\]>)/,"-->");
- doc.loadXML(str);
- var te = doc.documentElement;
//正規表現でソースをVML用に書き換え
//xmlns属性削除はバグが起きないように必須
var dc = data.content