File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ void DivElem::startElement (const char* const name, const xercesc::Attributes &a
53
53
54
54
// CONFIGURATION: Add schemas here
55
55
if ( type.compare (" Monograph" )==0 ){
56
- append = " xmlns:xsi=\" http://www.w3.org/2001/XMLSchema-instance\" xmlns=\" http://downloads.bnl.lu/schemas/bnl-monograph_v2.1 .xsd\" xsi:schemaLocation=\" http://downloads.bnl.lu/schemas/bnl-monograph_v2.1 .xsd bnl-monograph_v2.1 .xsd\" " ;
56
+ append = " xmlns:xsi=\" http://www.w3.org/2001/XMLSchema-instance\" xmlns=\" http://downloads.bnl.lu/schemas/bnl-monograph_v2.2 .xsd\" xsi:schemaLocation=\" http://downloads.bnl.lu/schemas/bnl-monograph_v2.2 .xsd bnl-monograph_v2.2 .xsd\" " ;
57
57
}else if ( type.compare (" Newspaper" )==0 ){
58
58
append = " xmlns:xsi=\" http://www.w3.org/2001/XMLSchema-instance\" xmlns=\" http://downloads.bnl.lu/schemas/bnl-newspaper_v1.5.xsd\" xsi:schemaLocation=\" http://downloads.bnl.lu/schemas/bnl-newspaper_v1.5.xsd bnl-newspaper_v1.5.xsd\" " ;
59
59
}else if ( type.compare (" Serial" )==0 ){
60
- append = " xmlns:xsi=\" http://www.w3.org/2001/XMLSchema-instance\" xmlns=\" http://downloads.bnl.lu/schemas/bnl-monograph_v2.1 .xsd\" xsi:schemaLocation=\" http://downloads.bnl.lu/schemas/bnl-monograph_v2.1 .xsd bnl-monograph_v2.1 .xsd\" " ;
60
+ append = " xmlns:xsi=\" http://www.w3.org/2001/XMLSchema-instance\" xmlns=\" http://downloads.bnl.lu/schemas/bnl-monograph_v2.2 .xsd\" xsi:schemaLocation=\" http://downloads.bnl.lu/schemas/bnl-monograph_v2.2 .xsd bnl-monograph_v2.2 .xsd\" " ;
61
61
// append = " xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://downloads.bnl.lu/schemas/bnl-serial_v1.1.xsd\" xsi:schemaLocation=\"http://downloads.bnl.lu/schemas/bnl-serial_v1.1.xsd bnl-serial_v1.1.xsd\" ";
62
62
}else if ( type.compare (" StatSerial" )==0 ){
63
- append = " xmlns:xsi=\" http://www.w3.org/2001/XMLSchema-instance\" xmlns=\" http://downloads.bnl.lu/schemas/bnl-monograph_v2.1 .xsd\" xsi:schemaLocation=\" http://downloads.bnl.lu/schemas/bnl-monograph_v2.1 .xsd bnl-monograph_v2.1 .xsd\" " ;
63
+ append = " xmlns:xsi=\" http://www.w3.org/2001/XMLSchema-instance\" xmlns=\" http://downloads.bnl.lu/schemas/bnl-monograph_v2.2 .xsd\" xsi:schemaLocation=\" http://downloads.bnl.lu/schemas/bnl-monograph_v2.2 .xsd bnl-monograph_v2.2 .xsd\" " ;
64
64
// append = " xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://downloads.bnl.lu/schemas/bnl-statserial_v1.0.xsd\" xsi:schemaLocation=\"http://downloads.bnl.lu/schemas/bnl-statserial_v1.0.xsd bnl-statserial_v1.0.xsd\" ";
65
65
}else {
66
66
append = " xmlns:xsi=\" http://www.w3.org/2001/XMLSchema-instance\" xmlns=\" http://BNL.Namespace/\" xsi:schemaLocation=\" http://BNL.Namespace/ bnl-monograph_v1.0.xsd\" " ;
You can’t perform that action at this time.
0 commit comments