- From: meherzad l <meherzad4u@gmail.com>
- Date: Mon, 29 Apr 2013 22:13:07 +0530
- To: public-qa-dev@w3.org
- Cc: mike@w3.org, bertails@w3.org
- Message-ID: <CAN73YABoTSANE89FWFTBvtHHRK32sjsSfz-wc8ifsBLWoQgMcg@mail.gmail.com>
Hi all, Further on my idea regarding the html validator API I am planning to develop a parser parses each line of the document and compares it with the existing valid tags which are stored as a map or collection which will be our custom class which stores the collection of all the valid tags which will help for comparison. Now for comparison of valid attributes of each tag we will again break the attributes with the tag and check its name and value with the existing collection which stores the valid attributes and value type for each of the class to check validness of each line and to also catch not allowed characters. Again will create a class for response which stores the error warning. Hope for any suggestion on my idea and proposal. Ready for further clarification and discussion. Thanks Regards, Meherzad. On Sun, Apr 28, 2013 at 11:14 AM, meherzad <meherzad.lahewala@gmail.com>wrote: > Hi all, > > I am Meherzad I am currently doing my internship in Morgan Stanley as a > developer for my MSc IT program and I am working there as JAVA developer. > As mentioned on the idea page the Validator.nu provides a webservice > interface, but the logic is not different so people have to rely on the > webservice part only, it would be better if we provide a direct API for > validation so that people get the freedom to choose what they want API or > service. > > I am currently working on similar kind of project for my internship, where > I have to parse a special message of trades and show their relationship > among the values. I have developed a service for it and JAVA webpages using > servlet calling the webservice and showing the user required outcome of the > relationship among the entities. Working on JAVA from past 2 years. > > For the project of Validator.nu API we can first work on which algorithm > we need to use for validation and according on finding error suggest the > error to the user. > > Github <https://github.com/meherzad?tab=repositories> > StackOverflow <http://stackoverflow.com/> > > I am ready to give as much time as possible as my internship is ending on > 14/6 after which I have 2 months vacation so it would be possible for me to > give full time after june. > > > Thanks, > Meherzad. > > >
Received on Monday, 29 April 2013 22:28:25 UTC