Help for this page

Select Code to Download


  1. or download this
    #!C:\strawberry\perl\bin\perl.exe
    
    ...
    my $point = $xpc->findnodes('//georss:where/point');
       print "point $point\n";
    
  2. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <feed xmlns="http://www.w3.org/2005/Atom" xmlns:georss="http://www.geo
    +rss.org/georss" xmlns:gml="http://www.opengis.net/gml">
    ...
        </georss:where>
      </entry>
    </feed>