Page 1 of 1

XML Tag Insight from DTD, Debug

Posted: Tue Oct 19, 2004 4:29 am
by bkbonner
I'm trying to create an XML file using Eclipse 3.0 with 4.2 E3.

I choose File->New->Xml File and then specify on the DTD tab:

http://www.springframework.org/dtd/spring-beans.dtd

in the Public field. I would have thought that the Document Root would have shown up in the list. Is this not the expected behavior?


Also, what are the debug settings used for in the catalog and how are they used?

-- Brian

Downloaded 4.2 and it doesn't work

Posted: Tue Oct 19, 2004 5:00 am
by bkbonner
I downloaded 4.2 for Windows from the website and it doesn't work either. :(

I *did* pull the 5.0 webstart install from your site and it seemed to work. It provided the needed support. Is this functionality going to be fixed in 4.2?

Thanks.

Posted: Tue Oct 19, 2004 11:01 am
by george
Hi Brian,

Oxygen 4.2 works with the DTD you provided in your post, BUT you need to enter the URL
http://www.springframework.org/dtd/spring-beans.dtd in the SystemID entry in the New XML dialog on the DTD tab.

Best Regards,
George

I realized the error

Posted: Tue Oct 19, 2004 5:54 pm
by bkbonner
I realized the error I made (by putting it in the public vs. systemID), but when I tried it in System, it still did not work.

I think I will upgrade to V5.0, it looks like the catalog support is richer under 5.0. I do occasionally work when I'm not connected to the internet.

-- Brian