Ignore:
Timestamp:
2005-05-13T16:01:55+12:00 (19 years ago)
Author:
kjdon
Message:

updated the xmlns:gsf URI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ant-install-branch/gsdl3/bin/script/convert_coll_from_gs2.pl

    r8967 r9870  
    103103    my $buildwriter = new XML::Writer(OUTPUT => $buildoutput, NEWLINES => 1);
    104104   
    105     $buildwriter->startTag('buildConfig', 'xmlns:gsf'=>"http://www.greenstone.org/configformat");
     105    $buildwriter->startTag('buildConfig', 'xmlns:gsf'=>"http://www.greenstone.org/greenstone3/schema/ConfigFormat");
    106106   
    107107    my $colloutput = new IO::File(">$colloutfile");
    108108    my $collwriter = new XML::Writer(OUTPUT => $colloutput, NEWLINES => 1);
    109109   
    110     $collwriter->startTag('collectionConfig', 'xmlns:gsf'=>"http://www.greenstone.org/configformat", 'xmlns:xsl'=>'http://www.w3.org/1999/XSL/Transform');
     110    $collwriter->startTag('collectionConfig', 'xmlns:gsf'=>"http://www.greenstone.org/greenstone3/schema/ConfigFormat", 'xmlns:xsl'=>'http://www.w3.org/1999/XSL/Transform');
    111111   
    112112    #output the collection metadata to the collectionConfig file
Note: See TracChangeset for help on using the changeset viewer.