OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ubl-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: problem with LocationUri in GeneriCode files


In those files which come from 2.0 you find something like:-

 

<gc:CodeList xmlns:gc="http://genericode.org/2006/ns/CodeList/0.4/">
  <Identification>
     <ShortName>UNDGCode</ShortName>
     <LongName>UNDGCode</LongName>
     <Version>2.0</Version>
     <CanonicalUri>urn:oasis:names:specification:ubl:codelist:gc:UNDGCode</CanonicalUri>
     <CanonicalVersionUri>urn:oasis:names:specification:ubl:codelist:gc:UNDGCode-2.0</CanonicalVersionUri>
     <LocationUri>http://docs.oasis-open.org/ubl/os-ubl-2.0/cl/gc/default/UNDGCode-2.0.gc</LocationUri>
     <Agency>
        <LongName xml:lang="en">OASIS Universal Business Language</LongName>
        <Identifier>UBL</Identifier>
     </Agency>
.....

 

The LocationUri should be:-

<LocationUri>http://docs.oasis-open.org/ubl/os-UBL-2.0/cl/gc/default/UNDGCode-2.0.gc</LocationUri>

 

as the path is case sensitive. Alternatively the directory on the server

needs to be renamed or aliased to match the LocationUri.

 

The 2.1 and 2.2 LocationUri values seem to be correct.

 

David



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]