Changeset 38379 for gs3-installations


Ignore:
Timestamp:
2023-11-17T11:26:49+13:00 (6 months ago)
Author:
davidb
Message:

Whitespace changes, likely causes by WebSwing GLI reading/writing file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/computing50/trunk/sites/computing50/collect/computing-50-tabletop/import/video-archive/metadata.xml

    r38173 r38379  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE DirectoryMetadata SYSTEM "http://greenstone.org/dtd/DirectoryMetadata/1.0/DirectoryMetadata.dtd">
    3 <DirectoryMetadata>
    4 
    5     <!--
     3<DirectoryMetadata><!--
    64     Two examples of the syntax to use to attach metadata to files in a
    75         given directory within the 'import' area.
     
    108     then uncomment (or copy and paste) the <FileSet> block and
    119     edit to suit the file name(s) and metadata values required
    12     -->
    13 
    14 
    15     <!--
     10    --><!--
    1611     Example 1:
    1712       Attached dc.Title and dc.Subject (x 2) to a single, named file
    18     -->
    19 
    20 <!--
     13    --><!--
    2114    <FileSet>
    2215        <FileName>sample-file1\.txt</FileName>
     
    2720        </Description>
    2821    </FileSet>
    29 -->
    30 
    31     <!--
     22--><!--
    3223     Example 2:
    3324       Attached dc.Subject to all files in this folder that match the given
    3425       regular expression
    3526    -->
    36 
    37     <FileSet>
    38         <FileName>.*</FileName>
    39         <Description>
    40             <Metadata mode="accumulate" name="va.FileType">Image-with-assoc-video</Metadata>
    41         </Description>
    42     </FileSet>
    43 
     27    <FileSet>
     28        <FileName>.*</FileName>
     29        <Description>
     30            <Metadata mode="accumulate" name="pa.FileType">Image-with-assoc-video</Metadata>
     31        </Description>
     32    </FileSet>
    4433</DirectoryMetadata>
Note: See TracChangeset for help on using the changeset viewer.