Changing the DTD to another .dtd file doesn't make any
difference on any existing document. The web XML
editor (very unfriendly, by the way) still pulls the tags
and structure from the old DTD.
The DTD of an XML file is encoded in the XML file itself; once you have
created an XML file, that reference can be changed in the XML file by
downloading it to a local disk, editing the source, and uploading it back
into the system. I have reclassified this as a feature request, as we may
be able to add some automated way of making these changes in the
future. In the meantime, there is another way of changing DTDs
transparently; as long as the original DTD is in the repository (not on the
network), you can use the "Build Options" editor to specify that you
would like to point references to the old DTD to a new path, in the
repository or on the network.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=928366
The DTD of an XML file is encoded in the XML file itself; once you have
created an XML file, that reference can be changed in the XML file by
downloading it to a local disk, editing the source, and uploading it back
into the system. I have reclassified this as a feature request, as we may
be able to add some automated way of making these changes in the
future. In the meantime, there is another way of changing DTDs
transparently; as long as the original DTD is in the repository (not on the
network), you can use the "Build Options" editor to specify that you
would like to point references to the old DTD to a new path, in the
repository or on the network.