Help for this page

Select Code to Download


  1. or download this
    <entry>
      <title>Title of the post</title>
    ...
      <category term="blah"/>
      ...
    </entry>
    
  2. or download this
    foreach my $entry (reverse($xc->findnodes('//post:entry'))) {
        my $type =  $xc->findvalue('./post:category[1]/@term', $entry);
        ...
    }