shani-parser
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.google.code.maven-play-plugin.org.allcolor.shanidom</groupId> <artifactId>shani-parser</artifactId> <version>1.4.17-patched-yahp-1.3</version> </dependency>
<?xml version="1.0" ?> <project> <modelVersion>4.0.0</modelVersion> <groupId>com.google.code.maven-play-plugin.org.allcolor.shanidom</groupId> <artifactId>shani-parser</artifactId> <version>1.4.17-patched-yahp-1.3</version> <name>Shani Xml Parser</name> <description> ShaniXmlParser is an XML/HTML DOM/SAX parser. It can parse not well formed XML/HTML files. It can parse files with inverted tags and bad escaped &,&lt;,&gt; and &quot;. It expands all XHTML entities by default. It is well suited to parse HTML files, and is fast with low memory usage. It is compliant with the jaxp/w3c DOM1/2/3 interfaces. </description> <url>http://shanidom.sourceforge.net</url> <developers> <developer> <id>allcolor</id> <name>Quentin Anciaux</name> </developer> </developers> <licenses> <license> <name>The GNU Lesser General Public License, Version 2.1</name> <url>http://www.gnu.org/licenses/lgpl-2.1.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:cvs:pserver:anonymous:@shanidom.cvs.sourceforge.net:/cvsroot/shanidom:ShaniDomParser</connection> <url>http://shanidom.cvs.sourceforge.net/viewvc/shanidom/ShaniDomParser/</url> </scm> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>shani-xml-apis</artifactId> <version>1.4.17</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>jaxen</artifactId> <version>1.1.1-patched-shani-1.4.17</version> </dependency> </dependencies> </project>