タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとxmlとlibraryに関するmhrsのブックマーク (1)

  • XMLBuilder - Personnel

    2003-11-30 現在: document.write用のStringオブジェクトの生成 DOM Level 1 を利用した生成 DOM Level 2 を利用してXML名前空間に対応した生成 以上に対応しています。ウェブページ用のものではないのでイベントには対応していません。 if(!Array.prototype.push) Array.prototype.push = function(item){ this[length] = item; }; function XMLBuilder(DOMDocument){ /* Class for helping to make XML documents. Copy left. Comment? Sophisme w650s@mcn.ne.jp */ this._document = DOMDocument; th

  • 1