Adding support for the Feature Pack for XML to a project

You can add tooling support for the Feature Pack for XML to a project that targets the WebSphere Application Server v7.0 runtime by adding the XML Transformations and Query facet.

Before you begin

You need a faceted project to which you can add XML Transformations and Query facet. Facets define characteristics and requirements for projects and are used as part of the runtime configuration. The project must have WebSphere Application Server, v7.0 as the runtime target. To set the target runtime:
  1. Right-click the project and select Properties > Targeted Runtimes.
  2. Select WebSphere Application Server v7.0.
  3. Click OK.

About this task

To add the XML Transformations and Query facet:

Procedure

  1. Right-click the project and select Properties > Project Facets.
  2. On the Project Facets page, select XML Transformations and Query.
  3. If your project does not already include the Java facet, you can add it now. The Java facet is a required in order to add the XML Transformations and Query. Select Java and then select a Java version from the list.
  4. Click OK.

Feedback