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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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
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.