src/Pure/General/yxml.ML
Tue, 12 Jul 2011 19:49:35 +0200 wenzelm clarified YXML.detect;
Tue, 12 Jul 2011 15:32:16 +0200 wenzelm tuned signature -- less cryptic ASCII names;
Tue, 12 Jul 2011 13:45:05 +0200 wenzelm clarified YXML.embed_controls -- this is idempotent and cannot be nested;
Sun, 10 Jul 2011 20:59:04 +0200 wenzelm inner syntax supports inlined YXML according to Term_XML (particularly useful for producing text under program control);
Sun, 10 Jul 2011 16:31:04 +0200 wenzelm YXML.string_of_body convenience;
Fri, 01 Jul 2011 13:54:23 +0200 noschinl reverted ce00462f,b3759dce, 7a165592: unwanted generalisation
Thu, 14 Apr 2011 15:04:42 +0200 noschinl turn YXML.parse_file into a fold
Wed, 13 Apr 2011 21:38:00 +0200 noschinl Add YXML.parse_file to signature ...
Wed, 13 Apr 2011 21:23:30 +0200 noschinl Add YXML.parse_file to parse and process big data files
Wed, 18 Aug 2010 11:02:47 +0200 wenzelm uniform Markup.empty/Markup.Empty in ML and Scala;
Tue, 10 Aug 2010 22:26:23 +0200 wenzelm type XML.body as basic data representation language;
Tue, 10 Aug 2010 20:13:52 +0200 wenzelm renamed YXML.binary_text to YXML.escape_controls to emphasize what it actually does;
Sat, 07 Aug 2010 21:03:06 +0200 wenzelm simplified type XML.tree: embed Markup.T directly, avoid slightly odd triple;
Thu, 17 Dec 2009 13:58:15 +0100 wenzelm robust representation of low ASCII control characters within XML/YXML text;
Fri, 05 Jun 2009 21:55:08 +0200 wenzelm removed obsolete YXML/XML.detect;
Wed, 21 Jan 2009 23:21:44 +0100 wenzelm removed Ids;
Fri, 02 Jan 2009 22:54:04 +0100 wenzelm Markup.no_output;
Thu, 28 Aug 2008 00:33:09 +0200 wenzelm removed obsolete XML.Output workaround;
Wed, 27 Aug 2008 20:36:23 +0200 wenzelm replaced find_substring by first_field;
Wed, 27 Aug 2008 16:32:48 +0200 wenzelm simplified parse_attrib (find_substring instead of space_explode);
Sun, 17 Aug 2008 21:11:24 +0200 wenzelm removed parse_element -- no longer fits to liberal parse!
Fri, 15 Aug 2008 15:50:50 +0200 wenzelm output_markup: check Markup.is_none;
Sat, 09 Aug 2008 00:09:31 +0200 wenzelm YXML.parse: allow text without markup, potentially empty;
Wed, 16 Apr 2008 17:40:40 +0200 wenzelm tuned;
Thu, 03 Apr 2008 21:23:38 +0200 wenzelm tuned comments;
Thu, 03 Apr 2008 18:42:38 +0200 wenzelm replaced ETX/EOT by ENQ/ACK, which are less likely to be interpreted by tty etc.;
Thu, 03 Apr 2008 16:03:59 +0200 wenzelm Why XML notation?
less more (0) tip