summaryrefslogtreecommitdiff
path: root/test/java/src/org/apache/qetest/xslwrapper/package.html
blob: d5817bde6c71eff9f7a30cf2c941f15356894420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!--
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements. See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership. The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the  "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
-->
<!-- $Id$ -->
<html>
  <title>XSL-TEST xslwrapper package.</title>
  <body>
    <p>This package provides an abstraction layer for XSLT processors through {@link ProcessorWrapper}.</p>
    <dl>
      <dt><b>Author: </b></dt><dd><a href="mailto:shane_curcuru@lotus.com">Shane_Curcuru@lotus.com</a></dd>
      <dt><b>Program(s) Under Test: </b></dt>
      <dd><a href="http://xml.apache.org/xalan-j" target="_top">Xalan-J 2.x XSLT Processor</a></dd>
      <dd><a href="http://xml.apache.org/xalan" target="_top">Xalan-J 1.x XSLT Processor</a></dd>
    </dl>
    <p>This package also provides a number of implementations 
    for varying XSLT processors, including Xalan-J 1.x, 
    Xalan-J 2.x using the TRAX interface, and others.<p>
    <p>This allows many test classes to eliminate dependencies 
    on a specific processor and be able to plug-and-play 
    different processors to compare test results.<p>
    <p>See ProcessorWrapper.properties for info on how a -flavor 
    can get mapped into a specific implementation and 'type' 
    of a ProcessorWrapper.</p>
  </body>
</html>