You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jonathan Asbell <ja...@i-2000.com> on 2001/07/25 05:08:22 UTC

referring to the DTDs

I was wondering if there is a way for an xml doc to look for a dtd in 2 or 3 places.  Can you do this:

    <!DOCTYPE struts-config SYSTEM
        "file:///c:/bea/wlserver6.0/config/Wcom/applications/mydomain/WEB-INF/struts-config_1_0.dtd
        "file:///c:/dtds/struts-config_1_0.dtd
        "struts-config_1_0.dtd>

The reason is that I want to refer to the dtd using a RELATIVE path on both UNIX and NT