|
From: gsouesme <gso...@wa...> - 2002-01-26 08:03:48
|
Le samedi 19 janvier 2002, =E0 08:00 , Slava Pestov a =E9crit : > On Fri, 2002-01-18 at 09:23, gsouesme wrote: >> I've written a catalog and it's works with Morphon (a 'visual' XML = Editor) >> . >> Now, I don't now hot use it with jEdit (ie: jedit doesn't recognize = the >> ".smil" extension, I haven't found a comand to choose a DTD form my=20= >> catalog >> etc.) >> >> Can you help me again? > > Does your file begin with "<?xml"? Then it should be opened in XML = mode, > regardless of extension. The correct mode, XML mode, is used by jEdit, but it jEdit doesn't find = my=20 dtd: The content of my catalog is: PUBLIC "- DTD SMIL //EN"=20 = "file://locahost/Users/williams/Documents/fichiers_application/DTDs/SMIL10= . dtd" I've also tried with: PUBLIC "- DTD SMIL //EN"=20 "/Users/williams/Documents/fichiers_application/DTDs/SMIL10.dtd" Perhaps, the errors is in my XML file: Do I have to write something = special? Thanks for you help Guillaume |