Full Version : xmlget:ing
xmlspawner >>Q&A >>xmlget:ing


<< Prev | Next >>

XavierWER- 10-20-2006
Is there anyway to [xmlget entrys out of an array?
Since it returns System.Arraylist something, been trying some diff methods like [1] etc.
Could anyone shed some light on this matteR?

What im speceficly trying todo is to get the Damage store arraylist from a mobile

ArteGordon- 10-20-2006
[xmlget will allow you to refer to elements of Arrays using syntax like [1], but not ArrayLists. I'm afraid I havent added arraylist support yet.

I will add full List property support to the next release. That will include arrays, arraylist, and all typed lists under .NET2.0

XavierWER- 10-21-2006
Excellent, for runuo 1.0 based servers aswell?

ArteGordon- 10-22-2006
I have only updated the 2.0 version for now. I still plan on releasing an updated 1.0 version.