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

Changeset 3852

Show
Ignore:
Timestamp:
08/04/08 21:32:11 (4 months ago)
Author:
kris
Message:

removed a memory allocation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/text/xml/DocPrinter.d

    r3671 r3852  
    8282                                    emit ("\r\n", spaces[0..indent], "<", node.name(tmp)); 
    8383                                    foreach (attr; node.attributes) 
    84                                              emit (` `, attr.name, `="`, attr.rawValue, `"`);   
     84                                             emit (` `, attr.name(tmp), `="`, attr.rawValue, `"`);   
    8585 
    8686                                    auto value = rawValue (node);