Revision 7109
Added by ben leinfelder over 12 years ago
src/loaddtdschema-oracle.sql | ||
---|---|---|
44 | 44 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
45 | 45 |
VALUES ('Schema', '@stmmlnamespace@', '/schema/eml-2.0.1/stmml.xsd'); |
46 | 46 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
47 |
VALUES ('Schema', '@stmml11namespace@', '/schema/eml-2.1.0/stmml.xsd'); |
|
48 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
47 | 49 |
VALUES ('Schema', 'metadata', '/schema/fgdc-std-001/fgdc-std-001-1998.xsd'); |
48 | 50 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
49 | 51 |
VALUES ('Schema', '@eml2_1_0namespace@', '/schema/eml-2.1.0/eml.xsd'); |
src/loaddtdschema-postgres.sql | ||
---|---|---|
44 | 44 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
45 | 45 |
VALUES ('Schema', '@stmmlnamespace@', '/schema/eml-2.0.1/stmml.xsd'); |
46 | 46 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
47 |
VALUES ('Schema', '@stmml11namespace@', '/schema/eml-2.1.0/stmml.xsd'); |
|
48 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
47 | 49 |
VALUES ('Schema', 'metadata', '/schema/fgdc-std-001/fgdc-std-001-1998.xsd'); |
48 | 50 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
49 | 51 |
VALUES ('Schema', '@eml2_1_0namespace@', '/schema/eml-2.1.0/eml.xsd'); |
build.xml | ||
---|---|---|
192 | 192 |
value="eml://ecoinformatics.org/eml-2.1.1" /> |
193 | 193 |
<property name="stmmlnamespace" |
194 | 194 |
value="http://www.xml-cml.org/schema/stmml" /> |
195 |
<property name="stmml11namespace" |
|
196 |
value="http://www.xml-cml.org/schema/stmml-1.1" /> |
|
195 | 197 |
<property name="eml-css" value="eml_xsl.css" /> |
196 | 198 |
<property name="eml-module.default.css" value="default.css" /> |
197 | 199 |
<property name="systemidserver" value="" /> |
Also available in: Unified diff
register stmml-1.1 schema (distributed as part of EML 2.1.0) in an effort to avoid unnecessary network traffic or the failed retrieval of the stale XSD sitting on unofficial servers