|
21 | 21 | resolving schemas locally instead of downloading them every time validation |
22 | 22 | is required. |
23 | 23 |
|
24 | | -Catalog generation is available via the setup.py custom command xmlcatalog, |
25 | | -and a generated catalog and corresponding schema files should be included |
26 | | -in packaged releases of neuxml. |
| 24 | +Catalog generation is available via the script `neuxml-refresh-catalog`; |
| 25 | +a catalog and corresponding schema files for supported formats is |
| 26 | +included in packaged releases of neuxml. |
27 | 27 |
|
28 | 28 | For more information about setting up and testing XML catalogs, see the |
29 | 29 | `libxml2 documentation <http://xmlsoft.org/catalog.html>`_. |
|
66 | 66 | "http://www.w3.org/2001/xml.xsd", |
67 | 67 | "http://www.w3.org/2001/03/xml.xsd", |
68 | 68 | "http://www.dublincore.org/schemas/xmls/simpledc20021212.xsd", |
| 69 | + "http://www.openarchives.org/OAI/2.0/oai_dc.xsd", |
| 70 | + "http://dublincore.org/schemas/xmls/simpledc20021212.xsd", |
69 | 71 | ] |
70 | 72 | # Deprecated URLs. Current schema lives on Github at https://github.com/StateArchivesOfNorthCarolina/tomes-eaxs. |
71 | 73 | # 'http://www.archives.ncdcr.gov/mail-account.xsd', |
@@ -155,7 +157,7 @@ def refresh_catalog(xsd_schemas=None, xmlcatalog_dir=None, xmlcatalog_file=None) |
155 | 157 |
|
156 | 158 | .. Note:: |
157 | 159 |
|
158 | | - Currently this method overwites any existing schema and catalog |
| 160 | + Currently this method overwrites any existing schema and catalog |
159 | 161 | files, without checking if they are present or need to be |
160 | 162 | updated. |
161 | 163 |
|
|
0 commit comments