diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2015-02-26 13:41:50 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2015-02-26 13:41:50 +0000 |
| commit | c0a133d1a9daf861f8955aa59b02f80814091992 (patch) | |
| tree | a69db715bb69c1efa7d7df34e27de9d64fe35362 /man | |
| parent | fd3db37e4301445f112600ce4041a1a99a563d36 (diff) | |
issue 321
Diffstat (limited to 'man')
| -rw-r--r-- | man/2/xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |
