Re: I'm searching for a parser of JSP

2015-09-11 Thread Mark Thomas
On 11/09/2015 10:06, 侯树成 wrote: > Hi Kaori, > May be you need write a parser manually. Use JavaCC or Antlr will help you > complete it. > You can define your custom syntax checker. Or just use what Tomcat already provides... org.apache.japser.compiler.Parser

Re: I'm searching for a parser of JSP

2015-09-11 Thread 侯树成
Hi Kaori, May be you need write a parser manually. Use JavaCC or Antlr will help you complete it. You can define your custom syntax checker. 2015-09-10 13:49 GMT+08:00 Mark Lovatt : > Hi Kaori > > I don't know a parser for traditional jsp but if you use jspx then you can

I'm searching for a parser of JSP

2015-09-09 Thread 八反田 香莉
Hello, I want to make the JSP code analysis tool. I'm looking for a parser for that For example , when I write a JSP source code using Eclipse, it's tool can check if there is any specific description. But , there is no appropriate parser of JSP that can be used for such purposes .I require as

Re: I'm searching for a parser of JSP

2015-09-09 Thread Mark Lovatt
Hi Kaori I don't know a parser for traditional jsp but if you use jspx then you can use any xml parser or the JspDocumentParser provided by Apache. Kind regards Mark Lovatt markmlov...@gmail.com uk.linkedin.com/in/mmlovatt Sent from my iPhone > On 10 Sep 2015, at 06:25, 八反田 香莉