Click to search Andy Jarrett.co.uk RSS feed

Loading Twitter

Frameworks DTD files

I hope this doesn't come across as a moan as its meant to be more of a general question to the community. But with all the main frameworks out there running on XML config files, where are the official DTD's hosted for these? I know there are several around hosted in odd locations (no disrespect), but I was just looking to put together a definitive list of the locations.

I know you can get them via subversion etc but shouldn't/couldn't they be hosted on the respective sites??

Comments Comments (4) | Print Print | Send Send | 3453 Views

If you like what you see on the website and/or this post has helped you out in some way please consider donating to help keep me in beer vodka. The donations are made through Paypal, which accepts almost any credit card or eCheck.

(Comment Moderation is enabled. Your comment will not appear until approved.)
Fusebox's also come with the core files, so if you've got the cores, you've got the DTDs.
ColdSpring actually uses the same DTD as Java's Spring project. You can reference it like the snippet below:

<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dt...;
ColdSpring adds a 'name' attribute to the 'constructor-arg' element, so it's not QUITE the same, but pretty close. I prefer using a Spring plugin for Eclipse for editing my ColdSpring config files, and just know that that syntax error can be ignored.
BlogCFC by Raymond Camden + Twitter @AndyJ + ColdFusion jobs + Contact Me + Snippets/Downloads + RSS .