Skip to content

Instantly share code, notes, and snippets.

@gavinwilliams
Created February 16, 2012 11:44
Show Gist options
  • Save gavinwilliams/1844289 to your computer and use it in GitHub Desktop.
Save gavinwilliams/1844289 to your computer and use it in GitHub Desktop.
DTD's for FOSRestBundle's xml routing
<?xml version="1.0" encoding="UTF-8" ?>
<routes xmlns="http://friendsofsymfony.github.com/schema/rest"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://friendsofsymfony.github.com/schema/rest http://friendsofsymfony.github.com/schema/rest/routing-1.0.xsd">
<import id="your_id" type="rest" resource="\Namespace\For\Your\Resource" />
</routes>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment