Author Topic: Hyperion with XML API  (Read 2060 times)

0 Members and 1 Guest are viewing this topic.

Saravanan_3i

  • Associate
  • Posts: 7
Hyperion with XML API
« on: August 21, 2007, 01:05:30 PM »
Hi Everyone.

Can Anyone Tellme Does Hyperion Provides the API for Handling XML Files such as Giving the Tag Name as Input it should give the Values stored in the Tag as OutPut.

Since io provide the Option to load the File ...I Hope Parsing and Iterating inside the XML File is Not Possible in Hyperion.


WITH REGARDS
S.SARAVANAN

Dr. Goulu

  • Soldier
  • **
  • Posts: 51
    • Dr. Goulu
Re: Hyperion with XML API
« Reply #1 on: August 21, 2007, 01:43:43 PM »
Hi,
Hyperion has its own XML parser embedded to parse XML scene descriptions, but you can't use it from your application.

All the programming in Hyperion is done through the LUA language, which can be used to parse XML.
If you want to avoid coding a parser with string manipulations. you might have a look at libraries such as http://www.keplerproject.org/luaexpat/ or http://lua-users.org/wiki/LuaXml.

Please note that I have no experience about XML on LUA : you'd better ask questions about this on LUA specific forums...

Hope this helps.
3Dmon