mirror of
https://github.com/nasa/trick.git
synced 2025-05-09 12:03:01 +00:00
Add corrected catalog.xml that contains a relative base.
This commit is contained in:
parent
58b32d21af
commit
edbac4cc11
15
trick_source/data_products/DPX/XML/catalog.xml
Normal file
15
trick_source/data_products/DPX/XML/catalog.xml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE catalog
|
||||||
|
PUBLIC "-//OASIS/DTD Entity Resolution XML Catalog V1.0//EN"
|
||||||
|
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
|
||||||
|
|
||||||
|
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
|
||||||
|
prefer="public">
|
||||||
|
<group xml:base="DTD/">
|
||||||
|
<public publicId="-//Tricklab//DTD Session V1.0//EN"
|
||||||
|
uri="Session.dtd" />
|
||||||
|
<public publicId="-//Tricklab//DTD Product V1.0//EN"
|
||||||
|
uri="Product.dtd" />
|
||||||
|
</group>
|
||||||
|
</catalog>
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user