Skip to content

Instantly share code, notes, and snippets.

View ledoyen's full-sized avatar
👶
mollycoddling

Loïc Ledoyen ledoyen

👶
mollycoddling
View GitHub Profile
@ledoyen
ledoyen / gist:0d04230413202ff14a5c
Created November 17, 2014 14:26
JDOM2 XPath on CDATA section

Using

  <dependency>
    <groupId>org.jdom</groupId>
    <artifactId>jdom</artifactId>
    <version>2.0.2</version>
  </dependency>
  <dependency>
    <groupId>jaxen</groupId>
    <artifactId>jaxen</artifactId>