From c0a133d1a9daf861f8955aa59b02f80814091992 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Thu, 26 Feb 2015 13:41:50 +0000 Subject: issue 321 --- man/2/xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'man') 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; -- cgit v1.2.3