source: trunk/gli/classes/xml/template.col@ 13821

Last change on this file since 13821 was 13821, checked in by shaoqun, 17 years ago

added a skimfile argument to control the skimming of metadata.xml files while openning a collection in gli

  • Property svn:keywords set to Author Date Id Revision
File size: 726 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<!DOCTYPE GathererCollection [
3 <!ELEMENT GathererCollection (Argument*, GathererConfig, BuildConfig)>
4 <!ELEMENT GathererConfig (Arguments*)>
5 <!ELEMENT BuildConfig (Build, Import)>
6 <!ELEMENT Build (Arguments*)>
7 <!ELEMENT Import (Arguments*)>
8 <!ELEMENT Argument (#PCDATA)>
9 <!ATTLIST Argument
10 name CDATA #REQUIRED
11 enabled CDATA "true">
12]>
13
14<GathererCollection>
15 <Argument name="built">false</Argument>
16 <Argument name="imported">false</Argument>
17 <Argument name="skimfile">true</Argument>
18 <GathererConfig/>
19 <BuildConfig>
20 <Build/>
21 <Import/>
22 </BuildConfig>
23</GathererCollection>
24
25
26
Note: See TracBrowser for help on using the repository browser.