xmlwriter
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>xmlwriter</groupId> <artifactId>xmlwriter</artifactId> <version>2.2.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:noNamespaceSchemaLocation="http://maven.apache.org/xsd/maven-project-3.0.0.xsd" xmlns:xsi="http://www.w3c.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>xmlwriter</groupId> <artifactId>xmlwriter</artifactId> <name>xmlwriter</name> <version>2.2.2</version> <organization> <name>OSJava</name> </organization> <inceptionYear>2000</inceptionYear> <description> A great way to output Xml. Far easier to code with than painful DOM or SAX like solutions and much nicer in terms of speed and memory usage. <br/> <br/> While XmlWriter contains its own xml outputter, it has the ability to sit on top of other core Xml writing products, such as <a href="http://xmlenc.sf.net/">XmlEnc</a>. In addition, the user may layer <a href="Optional.html">other functionalities</a> on top of the core writing, such as on the fly schema checking, date/number formatting, specific empty-element handling and pretty-printing. </description> <url>http://www.osjava.org/xmlwriter/</url> <scm> <connection>scm:svn:https://osjava.googlecode.com/svn/trunk/xmlwriter</connection> <developerConnection>scm:svn:https://osjava.googlecode.com/svn/trunk/xmlwriter</developerConnection> <url>http://code.google.com/p/osjava/source</url> </scm> <mailingLists> <mailingList> <name>osjava-users</name> <subscribe>http://lists.osjava.org/mailman/listinfo/osjava-users</subscribe> <unsubscribe>http://lists.osjava.org/mailman/listinfo/osjava-users</unsubscribe> <archive>http://lists.osjava.org/mailman/private/osjava-users/</archive> </mailingList> </mailingLists> <developers> <developer> <name>Henri Yandell</name> <id>hen</id> <email>bayard@generationjava.com</email> <organization>GenerationJava</organization> <roles> <role>Java Developer</role> </roles> </developer> <developer> <name>Peter Casssetta</name> <id>petecassetta</id> <email>pete@fingertipsoft.com</email> <roles> <role>Java Developer</role> </roles> </developer> </developers> <dependencies> <dependency> <groupId>xmlenc</groupId> <artifactId>xmlenc</artifactId> <version>0.52</version> </dependency> <!-- <dependency> <groupId>xerces</groupId> <artifactId>xerces</artifactId> <version>2.0.2</version> <url>http://xml.apache.org/xerces/</url> <jar>xmlParserAPIs-2.0.0.jar</jar> </dependency> --> <dependency> <groupId>msv</groupId> <artifactId>isorelax</artifactId> <version>20030807</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> </dependency> </dependencies> <build> <sourceDirectory>src/java</sourceDirectory> <testSourceDirectory>src/test</testSourceDirectory> </build> <reports> <report>maven-jxr-plugin</report> <report>maven-javadoc-plugin</report> <report>maven-license-plugin</report> <report>maven-changes-plugin</report> </reports> </project>