The XML plugin don't find my DTD
Submitted by Thursday, 21 October, 2004 - 07:23
on
Hi,
I have a problem with the XML plugin : I can't find how to use it when a dtd (or an XML schema) is associated to a document.
Here is a part doctype of my document "my_tree.xml":
!DOCTYPE root SYSTEM "my_product.dtd" (encapsulate in < and > : sorry I didn't find how to post xml data in the forum)
"my_product.dtd" is in the same directory than "my_tree.xml" (loaded in a buffer of jEdit), but the XML plugin don't look finding it. It give an error for all elements et attributes, like "Element root must be declared". It is like if it doesn't able to find my dtd: it's the same thing if I write anything else for the system ID (dtd name) in "my_tree.xml".
Pleaaaase, I need an answer...
Here is a part doctype of my document "my_tree.xml":
!DOCTYPE root SYSTEM "my_product.dtd" (encapsulate in < and > : sorry I didn't find how to post xml data in the forum)
"my_product.dtd" is in the same directory than "my_tree.xml" (loaded in a buffer of jEdit), but the XML plugin don't look finding it. It give an error for all elements et attributes, like "Element root must be declared". It is like if it doesn't able to find my dtd: it's the same thing if I write anything else for the system ID (dtd name) in "my_tree.xml".
Pleaaaase, I need an answer...