wenzelm [Tue, 12 Jul 2011 20:11:11 +0200] rev 43784
ML pp for XML.tree;
wenzelm [Tue, 12 Jul 2011 20:11:00 +0200] rev 43783
made SML/NJ happy;
wenzelm [Tue, 12 Jul 2011 19:49:35 +0200] rev 43782
clarified YXML.detect;
wenzelm [Tue, 12 Jul 2011 19:47:40 +0200] rev 43781
retain some terminology of "XML attributes";
wenzelm [Tue, 12 Jul 2011 19:36:46 +0200] rev 43780
more uniform Properties in ML and Scala;
wenzelm [Tue, 12 Jul 2011 18:00:05 +0200] rev 43779
more uniform Term and Term_XML modules;
wenzelm [Tue, 12 Jul 2011 17:53:06 +0200] rev 43778
more compact representation of XML data (notably sort/typ/term), using properties as vector of atomic values;
wenzelm [Tue, 12 Jul 2011 15:32:16 +0200] rev 43777
tuned signature -- less cryptic ASCII names;
wenzelm [Tue, 12 Jul 2011 15:17:37 +0200] rev 43776
discontinued obsolete Isabelle_Syntax and Parse_Value -- superseded by Outer_Syntax.quote_string and XML.Encode, Term_XML.Encode etc.;
wenzelm [Tue, 12 Jul 2011 15:12:50 +0200] rev 43775
added Parse.properties (again) -- allow empty list like Parse_Value.properties but unlike Parse.properties of ef86de9c98aa;
wenzelm [Tue, 12 Jul 2011 14:54:29 +0200] rev 43774
added Outer_Syntax.quote_string, which is conceptually a bit different from Token.unparse;
wenzelm [Tue, 12 Jul 2011 14:33:08 +0200] rev 43773
more precise Symbol_Pos.quote_string;
wenzelm [Tue, 12 Jul 2011 13:45:05 +0200] rev 43772
clarified YXML.embed_controls -- this is idempotent and cannot be nested;
wenzelm [Tue, 12 Jul 2011 13:39:29 +0200] rev 43771
allow empty body for raw_message -- important for Invoke_Scala;