What kind of help are you looking for ?
For example, i want to do it in the client(in my jsp), can i use jquery? Do exist an plugins jquery for web clipping?
I obviously missed one thing into htmlparser.
So, i had this :
1protected String showView(ModelMap model) {
2
3 try {
4
5 Parser parser = new Parser("myurl");
6 HasAttributeFilter filterattr = new HasAttributeFilter("id", "logo");
7 listenode = parser.parse(filterattr);
8 resultnode = listenode.toHtml();
9
10 } catch (ParserException e) {
11 // TODO Auto-generated catch block
12 e.printStackTrace();
13
14 }
15
16 model.addAttribute("attrclipping", resultnode);
17
18 return "webclippingserver/webclippingserver";
19 }
But i had no results with this, when i tried a .size() on resultnode i have a 0.
Did i miss something?
thank you
Be kell jelentkezni ahhoz, hogy ez helytelenként legyen megjelölve.