summaryrefslogtreecommitdiff
path: root/man/2
diff options
context:
space:
mode:
Diffstat (limited to 'man/2')
-rw-r--r--man/2/xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/2/xml b/man/2/xml
index 0b286e49..634b6c68 100644
--- a/man/2/xml
+++ b/man/2/xml
@@ -6,7 +6,7 @@ xml \- XML navigation
include "xml.m";
xml := load Xml Xml->PATH;
-Parser, Item, Location, Attributes, Mark: import xml;
+Parser, Item, Locator, Attributes, Mark: import xml;
init: fn(): string;
open: fn(f: string, warning: chan of (Locator, string),
@@ -264,6 +264,8 @@ no longer be valid.
.SH SEE ALSO
``Extensible Markup Language (XML) 1.0 (Second Edition)'',
.B http://www.w3.org/TR/REC-xml
+.PP
+``Navigating Large XML Documents on Small Devices'' in Volume 2.
.SH BUGS
XML's definition makes it tricky to handle leading and trailing white space
efficiently;