jQuery xml2json プラグイン ( http://www.fyneworks.com/jquery/xml-to-json/ ) を使用して xml を json に解析していますが、IE ではうまく動作しません。誰かがこれを処理するのを手伝ってくれるのだろうか.
json に変換したい xml サンプルを次に示します。<?xml version='1.0' encoding='iso-8859-1' standalone='no'?> <context> <object objid="228" author="johnDoe" creation-date="2012-10-24 22:55:09.0" last-updated="2012-10-24 22:55:09.0" type="objectType" name="ojectTest" availability="public" status="active"> <attribute-set> <attribute attid="399" name="Geo-Location" value=" 12.1234567_-32.1234567" time="2012-10-24 22:56:10.0"/> </attribute-set> <relation-set> </relation-set> </object></context>
前もって感謝します。