diff options
Diffstat (limited to 'files/ja/orphaned/e4x')
-rw-r--r-- | files/ja/orphaned/e4x/processing_xml_with_e4x/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ja/orphaned/e4x/processing_xml_with_e4x/index.html b/files/ja/orphaned/e4x/processing_xml_with_e4x/index.html index a6c336c13e..d7421ddacf 100644 --- a/files/ja/orphaned/e4x/processing_xml_with_e4x/index.html +++ b/files/ja/orphaned/e4x/processing_xml_with_e4x/index.html @@ -1,11 +1,12 @@ --- title: E4X を用いた XML 処理 -slug: E4X/Processing_XML_with_E4X +slug: orphaned/E4X/Processing_XML_with_E4X tags: - E4X - JavaScript - NeedsTechnicalReview - XML +original_slug: E4X/Processing_XML_with_E4X --- <div><div class="warning warningHeader"> <p><strong>警告:</strong> E4X は非推奨です。E4X は content に対して Firefox 16 からデフォルトで無効に、chrome に対して Firefox 17 からデフォルトで無効に、そして Firefox 18 で削除される予定です。代替として、DOMParser/DOMSerializer または 非ネイティブの JXON アルゴリズムを使用してください。</p> |