Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<categories fixed="no" 
xmlns="http://www.w3.org/2007/app" 
xmlns:atom="http://www.w3.org/2005/Atom" 
xmlns:tagdata="http://roller.apache.org/ns/tagdata">

   <atom:category term="java" tagdata:frequency="2"    
      tagdata:href="http://localhost:8080/roller/myblog/tags/java" />
   <atom:category term="monkey" tagdata:frequency="1" 
      tagdata:href="http://localhost:8080/roller/myblog/tags/monkey" />
   <atom:category term="monkeys" tagdata:frequency="1" 
      tagdata:href="http://localhost:8080/roller/myblog/tags/monkeys" />   
   <atom:category term="music" tagdata:frequency="1" 
      tagdata:href="http://localhost:8080/roller/myblog/tags/music" />

   <atom:link rel="next" 
      href="http://localhost:8080/roller/roller-services/tagdata/weblog/myblog/?page=1" />

</categories>

...