0 Replies Latest reply on Dec 11, 2003 7:10 PM by katsteve

    External DTD refs within a Jar file

    katsteve

      I've got an XML file deployed in my jar that has an external reference within the DOCTYPE:
      <DOCTYPE myxml PUBLIC "yadayada" http:yadayada"
      [ <!ENTITY % otherdtd SYSTEM "FILE INSIDE SAME JAR AS THIS ONE">
      %otherdtd;
      ]>

      How do I get the deployer to find the external dtd within the same jar as the xml file being deployed?? It keeps trying to locate it from user.dir (which will vary across app servers)

      TIA,
      Steve