Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 1 and Version 2 of Almanac/tango.text.xml/XPathQuickstart

Show
Ignore:
Author:
nwawudu (IP: 86.1.111.187)
Timestamp:
10/25/08 11:21:07 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Almanac/tango.text.xml/XPathQuickstart

    v1 v2  
    88void main ()  
    99{        
    10  
    11         auto doc = new Document!(char);  create the Document to parse into 
     10        auto doc = new Document!(char); // create the Document to parse into 
    1211        auto page = new HttpGet ("http://www.google.com/ig/api?weather=London"); 
    1312        auto content = cast (char[]) page.read; //read the xml from the internet into an array