Index: archive_reference.html =================================================================== --- archive_reference.html (revisiĆ³n: 43809) +++ archive_reference.html (copia de trabajo) @@ -67,7 +67,7 @@

void load(T &t);

This function must be implemented for all primitive data types. This can be -accomplished through the use of a member template or explict declarations +accomplished through the use of a member template or explicit declarations for all primitive types.
@@ -153,7 +153,7 @@
Default:Does nothing.
Purpose:Called each time user data is saved. -Its not called when archive book keeping data is saved. This is used by XML archives +It's not called when archive book keeping data is saved. This is used by XML archives to determine when to inject a ">" character at end of XML header. XML output archives keep their own internal flag indicating that data being written is header data. This internal flag is reset when an object start tag is written. When