Menu

Validation

Help
2006-12-07
2012-12-07
  • Nobody/Anonymous

    Hi, my name is Civa, i work in one Italian factory as sw embedded developer.
    We are trying to make a "structure" with xml data and all validate by an external .dtd (in same directory with xml).

    <!DOCTYPE CUSTOM SYSTEM "custom.dtd">

    Nothing of difficoult but when I press "Validate" CopyXmlEditor return me one error message.
    If I put all the strucutre contained in .dtd inside the xml, the validation in ok!

    Using XmlSpy2007 return me valid document everytime (external and internal too).

    Someone can help me?
    Someone know about XmlCopyEditor validations bugs?

    Thanks in advance.
    Civa

     
    • gnschmidt

      gnschmidt - 2006-12-07

      Civa, thanks for getting in touch. Please feel free to send me a copy of the document and DTD to check this in detail (you can reach me at gnschmidt at users dot sourceforge dot net).

      If that is impossible, may I ask what the error message is and which version of the program are you using? (As you mentioned XMLSpy I'm assuming you are using the Windows version.)

      Regards,
      Gerald

       
    • gnschmidt

      gnschmidt - 2006-12-14

      I cannot reproduce this on either Windows or Linux - my best guess is that the directory containing the files is write-protected, which would mean that a temporary copy is created in the system temp folder; in this case the relative SYSTEM path will not be resolved correctly and the parser will report a missing DTD.

       

Log in to post a comment.