Changes

Jump to navigation Jump to search
89 bytes added ,  15:13, 3 August 2012
no edit summary
===Installation===
=====in In your own projectbuilt with Maven=====An easy way to add TagSoupe to your own project is to follow this steps : 
1. visit [http://mvnrepository.com/artifact/org.ccil.cowan.tagsoup/tagsoup/ MVN TagSoup Repository]
 2. click on the version that you want 3. you can see on the first tab called Maven an XML like this
<dependency>
<groupId>org.ccil.cowan.tagsoup</groupId>
<version>1.2.1</version>
</dependency>
 
4. copy that in your own maven project's pom.xml under the <dependencies> tag.
 
5. don't forget to run <code>mvn jetty:run</code> again
=====BaseX build with Maven build manager=====
If the TagSoup classes are accessible via the classpath, or if you run BaseX from the sources and use the Maven build manager, BaseX will automatically use TagSoup to prepare HTML input.
=====in In BaseX distributions=====
TagSoup is also included in the complete BaseX distributions (BaseX.zip, BaseX.exe, etc.) or can be manually downloaded and embedded on the appropriate platforms.
=====on On Debian=====
Using Debian, TagSoup will be automatically included after it has been installed via:
administrator, editor
7

edits

Navigation menu