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 | 3393 Views

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 .