9e4925
9e4925
9e4925
  xmlns="http://maven.apache.org/POM/4.0.0" 
9e4925
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
9e4925
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
9e4925
9e4925
  <modelVersion>4.0.0</modelVersion>
9e4925
  <parent>
9e4925
    <groupId>org.apache</groupId>
9e4925
    <artifactId>apache</artifactId>
9e4925
    <version>4</version>
9e4925
  </parent>
9e4925
9e4925
  <groupId>xalan</groupId>
9e4925
  <artifactId>xalan</artifactId>
9e4925
  <version>2.7.2</version>
9e4925
9e4925
  <name>Xalan Java</name>
9e4925
  <description>
9e4925
    Xalan-Java is an XSLT processor for transforming XML documents into HTML,
9e4925
    text, or other XML document types. It implements XSL Transformations (XSLT)
9e4925
    Version 1.0 and XML Path Language (XPath) Version 1.0 and can be used from
9e4925
    the command line, in an applet or a servlet, or as a module in other program.
9e4925
  </description>
9e4925
  <url>http://xml.apache.org/xalan-j/</url>  
9e4925
9e4925
  <dependencies>
9e4925
    <dependency>
9e4925
      <groupId>xalan</groupId>
9e4925
      <artifactId>serializer</artifactId>
9e4925
      <version>2.7.2</version>
9e4925
    </dependency>
9e4925
    <dependency>
9e4925
      <groupId>xerces</groupId>
9e4925
      <artifactId>xercesImpl</artifactId>
9e4925
      <version>2.9.1</version>
9e4925
      <optional>true</optional>
9e4925
    </dependency>
9e4925
  </dependencies>
9e4925
9e4925
</project>