ippontech / wip

Web Integration Portlet
GNU Lesser General Public License v3.0
17 stars 2 forks source link

Xpath clipping feature does not work on Liferay 6.1 #5

Closed fprot closed 12 years ago

fprot commented 12 years ago

When I try to select a specific "div" to clip, I get a blank content without any error log.

The xpath selector I tried is : //div[@id='content']

mlasfargues commented 12 years ago

it works, the tag name is uppercase for example : //A //DIV[contains(@class, 'myclass')]