I am working on an app where I require the use of dynamic members. In my app, I have the query customer that has several fields I want to be able to pull data from. Ideally I could do this statically, but I will need to use some of my previous classes to add more queries. So that is why I...
With my webservice, as I said it a previous post I get some really funky xml. After testing a bit, I have found a few issues that I am uncertain of.
With in the xml result that I receive, I get back xml like such.
<COLUMNS>
[Tab delimited column data]
</COLUMNS>
<DATA>
[Tab delimited data]...
I am working with an xml webservice that returns some very funky xml. After parsing the xml, I am left with a tab delimited list.
What I need to do is to take this list and convert into an array. I would prefer the array to not be associative in nature.
This is what I have so far. The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.