X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FCookbook.pod;h=9ae863085dc4bfb5e0efd6fe3ff2ce8dfd2f74c0;hp=f1cb7fde2f9c307ff16b49a0703edfa21ae7f915;hb=513ae34af19a0b2d71231427093837631b06b5c3;hpb=5641c0c198551b9f4524b9f0ad1fdefb4e3fe5ec diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index f1cb7fd..9ae8630 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -997,7 +997,7 @@ Then you need a template. Here's the one from Agave: =head3 Using XML::Feed -A more robust solution is to use XML::Feed, as was done in the Catalyst +A more robust solution is to use L, as was done in the Catalyst Advent Calendar. Assuming we have a C action that populates 'entries' with some DBIx::Class iterator, the code would look something like this: @@ -1339,13 +1339,13 @@ Imagine that you would like the following paths in your application: =over -=item B/track/> +=item B<< /cd//track/ >> Displays info on a particular track. In the case of a multi-volume CD, this is the track sequence. -=item B/volume//track/> +=item B<< /cd//volume//track/ >> Displays info on a track on a specific volume.