Changeset 1055
- Timestamp:
- 02/10/08 16:12:55 (7 months ago)
- Files:
-
- trunk/mango/xml/sax/parser/teqXML.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/mango/xml/sax/parser/teqXML.d
r1054 r1055 531 531 str = chr; 532 532 } else { 533 char[] str8; 534 static if (is(T == char)) { 535 str8 = str; 536 } else { 537 str8 = tango.text.convert.Utf.toString(str); 538 } 533 539 throw new TeqXMLException( 534 "Cannot resolve entity '" ~ ent~ "'");540 "Cannot resolve entity '" ~ str8 ~ "'"); 535 541 } 536 542 } else {
