Index: /trunk/psLib/src/psErrorText_en.dat
===================================================================
--- /trunk/psLib/src/psErrorText_en.dat	(revision 4826)
+++ /trunk/psLib/src/psErrorText_en.dat	(revision 4827)
@@ -306,8 +306,8 @@
 #
 psMemory_NULL_BLOCK                    NULL memory block found.
-psMemory_DEREF_BLOCK_USE               Memory block %lld was freed but still being used.
-psMemory_UNDERFLOW                     Memory block %lld is corrupted; buffer underflow detected.
-psMemory_OVERFLOW                      Memory block %lld is corrupted; buffer overflow detected.
-psMemory_MULTIPLE_FREE                 Block %lld, allocated at %s:%d, freed multiple times at %s:%d.
+psMemory_DEREF_BLOCK_USE               Memory block %lu was freed but still being used.
+psMemory_UNDERFLOW                     Memory block %lu is corrupted; buffer underflow detected.
+psMemory_OVERFLOW                      Memory block %lu is corrupted; buffer overflow detected.
+psMemory_MULTIPLE_FREE                 Block %lu, allocated at %s:%d, freed multiple times at %s:%d.
 #
 # Error Messages from psString.c:
@@ -332,3 +332,7 @@
 psConfigure_INITIALIZATION_FAILED      Failed to initialize %s.
 psConfigure_FINALIZATION_FAILED        Failed to finalize %s.
-
+#
+psXML_IO_FILE_OPEN_FAILED              Failed to open file '%s'. Check if it exists and it has the proper permissions.
+psXML_INVALID_CONTENT                  Failed to recognize XML content.  Invalid syntax.
+psXML_INVALID_DATATYPE                 Failed to recognize datatype from/for XML file.
+psXML_BUFFER_TOO_SMALL                 Buffer to small to store XML doc.
