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

Changeset 3501

Show
Ignore:
Timestamp:
05/11/08 16:02:32 (2 months ago)
Author:
larsivi
Message:

Have xmldom example use an xml file in the repo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/example/text/xmldom.d

    r3485 r3501  
    2323 
    2424        auto doc = new Document!(char); 
    25         auto content = cast (char[]) File("test.xml").read; 
     25       auto content = cast (char[]) File("hamlet.xml").read; 
    2626 
    2727        elapsed.start;