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