Library.translate_string;
authorwenzelm
Sat, 12 Jun 2004 22:46:51 +0200
changeset 14928 b8c1783c9101
parent 14927 66d797e1b950
child 14929 7f1ff621085e
Library.translate_string;
src/Pure/General/xml.ML
--- a/src/Pure/General/xml.ML	Sat Jun 12 22:46:39 2004 +0200
+++ b/src/Pure/General/xml.ML	Sat Jun 12 22:46:51 2004 +0200
@@ -41,7 +41,7 @@
   | decode """ = "\""
   | decode c = c;
 
-val text = String.translate (encode o String.str);
+val text = Library.translate_string encode;
 
 val cdata_open  = "<![CDATA["
 val cdata_close = "]]>"