I'd like to announce the first stable release of the Tapestry-XPath project
at Tapestry360:

https://tapestry.formos.com/projects/tapestry-xpath/
  
Tapestry XPath allows you to use XPath expressions to query the Tapestry 
DOM, which is a particularly useful thing to do in tests of components and 
pages. 

  
** For non-Maven people:
http://tapestry.formos.com/maven-repository/com/formos/tapestry/tapestry-xpa
th/1.0.0/


** For Maven people:

<repository>
        <id>tapestry</id>
        <url>http://tapestry.formos.com/maven-repository</url>
</repository>

<dependency>
        <groupId>com.formos.tapestry</groupId>
        <artifactId>tapestry-xpath</artifactId>
        <version>1.0.0</version>
</dependency>


- Paul

---
Paul Field
http://creakingcogs.blogspot.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to