Sat, 20 Nov 2010 00:53:26 +0100 |
wenzelm |
renamed raw "explode" function to "raw_explode" to emphasize its meaning;
|
file |
diff |
annotate
|
Mon, 25 Oct 2010 20:24:13 +0200 |
wenzelm |
explicitly qualify type Output.output, which is a slightly odd internal feature;
|
file |
diff |
annotate
|
Mon, 20 Sep 2010 15:08:51 +0200 |
wenzelm |
added XML.content_of convenience -- cover XML.body, which is the general situation;
|
file |
diff |
annotate
|
Wed, 18 Aug 2010 11:02:47 +0200 |
wenzelm |
uniform Markup.empty/Markup.Empty in ML and Scala;
|
file |
diff |
annotate
|
Tue, 10 Aug 2010 22:26:23 +0200 |
wenzelm |
type XML.body as basic data representation language;
|
file |
diff |
annotate
|
Sat, 07 Aug 2010 21:03:06 +0200 |
wenzelm |
simplified type XML.tree: embed Markup.T directly, avoid slightly odd triple;
|
file |
diff |
annotate
|
Fri, 05 Jun 2009 21:55:08 +0200 |
wenzelm |
removed obsolete YXML/XML.detect;
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 23:21:44 +0100 |
wenzelm |
removed Ids;
|
file |
diff |
annotate
|
Fri, 02 Jan 2009 22:54:04 +0100 |
wenzelm |
Markup.no_output;
|
file |
diff |
annotate
|
Thu, 28 Aug 2008 00:33:09 +0200 |
wenzelm |
removed obsolete XML.Output workaround;
|
file |
diff |
annotate
|
Wed, 27 Aug 2008 11:48:54 +0200 |
wenzelm |
type Properties.T;
|
file |
diff |
annotate
|
Fri, 15 Aug 2008 15:50:50 +0200 |
wenzelm |
output_markup: check Markup.is_none;
|
file |
diff |
annotate
|
Sat, 24 May 2008 20:12:18 +0200 |
wenzelm |
added parse_document (optional unchecked header material);
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 23:55:11 +0200 |
wenzelm |
parser: use plain explode, not Symbol.explode!
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 22:21:26 +0200 |
wenzelm |
renamed parse_comment_whspc to parse_comments;
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 21:23:37 +0200 |
wenzelm |
further cleanup of XML signature;
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 18:42:37 +0200 |
wenzelm |
added output_markup (from Tools/isabelle_process.ML);
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 16:03:55 +0200 |
wenzelm |
added detect;
|
file |
diff |
annotate
|
Sat, 05 Jan 2008 21:37:20 +0100 |
wenzelm |
removed unused text_charref, cdata;
|
file |
diff |
annotate
|
Sat, 15 Sep 2007 19:27:35 +0200 |
haftmann |
fixed title
|
file |
diff |
annotate
|
Tue, 14 Aug 2007 13:20:47 +0200 |
wenzelm |
moved Tools/xml.ML to General/xml.ML (again);
|
file |
diff |
annotate
|
Sat, 17 Feb 2007 17:18:47 +0100 |
aspinall |
Clarify comment
|
file |
diff |
annotate
|
Thu, 01 Feb 2007 20:40:17 +0100 |
wenzelm |
removed non-modular comment;
|
file |
diff |
annotate
|
Tue, 30 Jan 2007 08:21:15 +0100 |
haftmann |
dropped whitespace
|
file |
diff |
annotate
|
Fri, 15 Dec 2006 00:08:06 +0100 |
wenzelm |
avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
|
file |
diff |
annotate
|
Tue, 05 Dec 2006 19:33:15 +0100 |
aspinall |
Type alias for XML content
|
file |
diff |
annotate
|
Mon, 04 Dec 2006 16:55:08 +0100 |
aspinall |
Add parse_string for attribute values and other string content
|
file |
diff |
annotate
|
Sun, 03 Dec 2006 21:46:54 +0100 |
aspinall |
Add string buffer getter. Add Rawtext constructor to allow XML-escaped strings in tree.
|
file |
diff |
annotate
|
Sun, 03 Dec 2006 16:25:33 +0100 |
aspinall |
Type abbreviations for element args and attributes
|
file |
diff |
annotate
|
Thu, 27 Apr 2006 15:06:35 +0200 |
wenzelm |
tuned basic list operators (flat, maps, map_filter);
|
file |
diff |
annotate
|