Take a survey

Component XML Reference > Introducing Component XML

Introducing Component XML
A component XML file is located at the root of every component (JAR file) and provides metadata about the component itself as well as metadata about each of the services it contains. This section provides reference information about the component XML file.
You can specify a header at the top of the component.xml file that refers to the component.xsd file. Although this header is not required, you can use it to validate your component.xml file against the component.xsd file to ensure you do not have any errors. The following XML code is an example of the header:
<component xmlns="http://adobe.com/idp/dsc/component/document" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
xsi:schemaLocation="http://adobe.com/idp/dsc/component/document C:\Adobe\LiveCycle8\LiveCycle_ES_SDK\schemas\Foundation\component.xsd">
For information about defining a component XML file, see Defining the component XML file for the email component.
 
 

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/componentIntro.177.2.html