What are the implications of putting the dtd-system-identifier in the !DOCTYPE versus the data-capture-requirements?
For example, in the Templating Developer Guide (v 6.5) pg 30, the following code is presented.
!DOCTYPE data-capture-requirements SYSTEM "datacapture6.0.dtd"
data-capture-requirements dtd-system-identifier="http://localhost/iw/pr.dtd" name="press-release"
When saving the DCR, the system would overwrite the
datacapture6.0.dtd in the !DOCTYPE and replace it with the
dtd-system-identifier="http://localhost/iw/pr.dtd" Then what is the purpose of having both and not just have the !DOCTYPE populated with the correct dtd?
Or does the symtem use the !DOCTYPE datacapture6.0.dtd first for something and then the saved DCR need the new dtd to validate against?