Xml DTD Change

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sekarm
    New Member
    • Mar 2007
    • 26

    Xml DTD Change

    Hello Guyz,
    I am a new member of this forum. i have a question related to xml DTD. That is how to change the DTD in xml file.because that xml file is loaded in browser when the internet connection is open, if the Internet connection is close means the xml file does not loaded. so if i have remove the DTD in that xml file means the file will be loaded in browser. so what i have do?
    how to rectify this problem. i have to change the DTD with Local DTD.DTD. What i Have to do?

    Thanks & Regards,
    Sekar. M
  • dorinbogdan
    Recognized Expert Contributor
    • Feb 2007
    • 839

    #2
    I know about a similar problem that appears when using Firefox and XML with external DTD. It seems that Firefox does not recognize external DTDs, only local ones. See this thread.

    Comment

    • dorinbogdan
      Recognized Expert Contributor
      • Feb 2007
      • 839

      #3
      Hi,
      Did you succeed to solve the problem ?
      If yes, please let me know, in order to close the thread.
      Thanks,
      Dorin.

      Comment

      • sekarm
        New Member
        • Mar 2007
        • 26

        #4
        Hi,
        Thanks for your reply, My question is how to change DTD in Xml File. i have the process one xml file, the DTD is attached in beginning of file.so the DTD is stored in website. i dont have access to that website. so i stored that DTD in our local server.After i have process that xml file i have verify the xml file with DTD.so how to change DTD in xml file.. I need a solution.

        Thanks & Regards,
        Sekar.M

        Comment

        • dorinbogdan
          Recognized Expert Contributor
          • Feb 2007
          • 839

          #5
          I'm not sure if I correctly understood the problem.
          You should update the XML to meet the DTD rules, if DTD is suposed to be appropriate.
          Please post the DTD and a part of the XML.
          And give more details about the expected result.

          Comment

          • dorinbogdan
            Recognized Expert Contributor
            • Feb 2007
            • 839

            #6
            NOTE: If the DTD file is external, then you should find it in the Temporary Internet FIles folder, after opening the XML page from server.

            Comment

            Working...