Rank: Newbie
Groups: Registered
Joined: 6/13/2014(UTC) Posts: 5 Location: Sweden Was thanked: 2 time(s) in 2 post(s)
|
Hi,
In an application I'm writing, I'm trying to parse an the XML file provided by the API, and the code I've got thus far is pretty dependent on having the XML schema known.
Would it be possible to get access to a complete XML file, containing everything there can be, or should I rewrite the XML parsing?
Best regards, Kristoffer
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 4/16/2013(UTC) Posts: 406 Location: Iowa Thanks: 281 times Was thanked: 32 time(s) in 29 post(s)
|
Are you using regular expressions to do the parsing? I've actually done some of that and it's much easier than other methods I've used. I've been using Regex in Autohotkey
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 6/13/2014(UTC) Posts: 5 Location: Sweden Was thanked: 2 time(s) in 2 post(s)
|
I used XmlSerializer and a loader class, but I changed to using LINQ instead, which now works perfectly! Thanks anyways!
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close