Re: [realXtend] If there is any tools to parse XML files in JavaScript environment in realXtend Tundra?

2012-02-24 Thread Toni Alatalo
On Fri, 2012-02-24 at 14:44 -0500, 赵柏萱 wrote: > Thank you for the detailed reply! I made a quick / test example that should get you going: https://github.com/realXtend/naali/blob/tundra2/bin/jsmodules/apitest/qtxml.js Can run with: ./Tundra --headless --run jsmodules/apitest/qtxml.js it walks th

Re: [realXtend] If there is any tools to parse XML files in JavaScript environment in realXtend Tundra?

2012-02-24 Thread 赵柏萱
Thank you for the detailed reply! On Fri, Feb 24, 2012 at 2:27 PM, Toni Alatalo wrote: > On Fri, 2012-02-24 at 10:37 -0800, Zhao Boxuan wrote: > > I'm going to make a demo using realXtend tundra, and there are some > > Cool! > > > xml files to parse. I try to use " new > > ActiveXObject('Microso

Re: [realXtend] If there is any tools to parse XML files in JavaScript environment in realXtend Tundra?

2012-02-24 Thread Toni Alatalo
On Fri, 2012-02-24 at 10:37 -0800, Zhao Boxuan wrote: > I'm going to make a demo using realXtend tundra, and there are some Cool! > xml files to parse. I try to use " new > ActiveXObject('Microsoft.XMLDOM') " to do the parse job but it seems > that the parser is not supported in the tundra JavaSr

[realXtend] If there is any tools to parse XML files in JavaScript environment in realXtend Tundra?

2012-02-24 Thread Zhao Boxuan
Hi, everyone, I'm going to make a demo using realXtend tundra, and there are some xml files to parse. I try to use " new ActiveXObject('Microsoft.XMLDOM') " to do the parse job but it seems that the parser is not supported in the tundra JavaSript environment. Could anyone tell me if there's any t