| <?xml version='1.0' encoding='UTF-8'?> |
| <!-- Schema file written by PDE --> |
| <schema targetNamespace="org.eclipse.wst.xsl.launching.jaxp" xmlns="http://www.w3.org/2001/XMLSchema"> |
| <annotation> |
| <appinfo> |
| <meta.schema plugin="org.eclipse.wst.xsl.launching.jaxp" id="processorType" name="XSLT Processor Type"/> |
| </appinfo> |
| <documentation> |
| Contribute a Java XSLT processor type (e.g. Xalan, Saxon). The processor type defines which JAXP attributes and output properies are supported, and also the transformer factory classes it contains. |
| </documentation> |
| </annotation> |
| |
| <element name="extension"> |
| <annotation> |
| <appinfo> |
| <meta.element /> |
| </appinfo> |
| </annotation> |
| <complexType> |
| <sequence> |
| <element ref="processorType" minOccurs="1" maxOccurs="unbounded"/> |
| </sequence> |
| <attribute name="point" type="string" use="required"> |
| <annotation> |
| <documentation> |
| |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="id" type="string"> |
| <annotation> |
| <documentation> |
| |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="name" type="string"> |
| <annotation> |
| <documentation> |
| |
| </documentation> |
| <appinfo> |
| <meta.attribute translatable="true"/> |
| </appinfo> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <element name="processorType"> |
| <annotation> |
| <appinfo> |
| <meta.element labelAttribute="label"/> |
| </appinfo> |
| </annotation> |
| <complexType> |
| <sequence> |
| <element ref="transformerFactory" minOccurs="0" maxOccurs="unbounded"/> |
| </sequence> |
| <attribute name="id" type="string" use="required"> |
| <annotation> |
| <documentation> |
| Unique id for the processor type |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="label" type="string" use="required"> |
| <annotation> |
| <documentation> |
| Name for display in the UI |
| </documentation> |
| <appinfo> |
| <meta.attribute translatable="true"/> |
| </appinfo> |
| </annotation> |
| </attribute> |
| <attribute name="outputProperties" type="string"> |
| <annotation> |
| <documentation> |
| Location of a properties file containing the list of the processors output properties. Must be a path relative to the root of the bundle. |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="attributeProperties" type="string"> |
| <annotation> |
| <documentation> |
| Location of a properties file containing the list of the attributes supported by this processor. Must be a path relative to the root of the bundle. |
| </documentation> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <element name="transformerFactory"> |
| <annotation> |
| <documentation> |
| A TransformerFactory for this type |
| </documentation> |
| </annotation> |
| <complexType> |
| <attribute name="factoryClass" type="string" use="required"> |
| <annotation> |
| <documentation> |
| The fully-qualified transformer factory class |
| </documentation> |
| <appinfo> |
| <meta.attribute kind="java" basedOn="javax.xml.transform.TransformerFactory:"/> |
| </appinfo> |
| </annotation> |
| </attribute> |
| <attribute name="name" type="string" use="required"> |
| <annotation> |
| <documentation> |
| A name for this transformer factory to be displayed in the UI |
| </documentation> |
| <appinfo> |
| <meta.attribute translatable="true"/> |
| </appinfo> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| |
| <annotation> |
| <appinfo> |
| <meta.section type="examples"/> |
| </appinfo> |
| <documentation> |
| <pre> |
| <extension |
| point="org.eclipse.wst.xsl.jaxp.launching.processorType"> |
| <processorType |
| attributeProperties="XalanAttributes.properties" |
| id="org.eclipse.wst.xsl.xalan.processorType" |
| label="%processorType.label.0" |
| outputProperties="XalanOutputProperties.properties"> |
| <transformerFactory |
| factoryClass="org.apache.xalan.processor.TransformerFactoryImpl" |
| name="Interpretive"> |
| </transformerFactory> |
| <transformerFactory |
| factoryClass="org.apache.xalan.xsltc.trax.TransformerFactoryImpl" |
| name="Compiling"> |
| </transformerFactory> |
| </processorType> |
| </extension> |
| </pre> |
| </documentation> |
| </annotation> |
| |
| |
| |
| <annotation> |
| <appinfo> |
| <meta.section type="copyright"/> |
| </appinfo> |
| <documentation> |
| Copyright (c) 2007 Chase Technology Ltd - <a href="http://www.chasetechnology.co.uk">http://www.chasetechnology.co.uk</a>.<br> |
| All rights reserved. This program and the accompanying materials are made |
| available under the terms of the Eclipse Public License v1.0 which accompanies |
| this distribution, and is available at <a |
| href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> |
| </documentation> |
| </annotation> |
| |
| </schema> |