Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~475 People Reached
Favorite Forums
Member Avatar for damirin

My projects aim is to create an application that do syntax checking of javascript and html. I am using Microsoft.Jscript reference to help in the checking. Here is the code that I used to get the .js file and do a compilation so that it can generate errors if there …

Member Avatar for nick.crane
0
179
Member Avatar for damirin

Look into this xml file: <xml> <head> <title>Something</title> </head> </xml> I need to store all the string from the tags into an array. So my string array is supposed to be [xml,head,title,/title,/head,/xml]. I've tried various methods and read up regular expressions tutorial for C#, but I can't get the string …

Member Avatar for jonsca
0
100
Member Avatar for damirin

I'm creating XML parser using C#. I need to display all exceptions on the windows form that I am using. However, I can only get one exception at a time. for example, I'm parsing: test.xml <xml> <head> <title>Book</title> <head> <xml> If you notice there are 2 unclosed tags for head …

Member Avatar for Oxiegen
0
196