<!ELEMENT extension (processor+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
><!ELEMENT processor EMPTY>
<!ATTLIST processor
class CDATA #REQUIRED
>Processor that provides content assistance
<extension point="org.eclipse.wst.xsl.ui.contentAssistProcessor">
<processor class="org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistProcessor">
</processor>
</extension>
******************************************************************************* * Copyright (c) 2009 Standards for Technology in Automotive Retail and others * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * David Carver (STAR) - initial API and implementation ******************************************************************************