From 30ec6ccdd170a352abe67b67c632e2ee1c550375 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Wed, 27 Jun 2007 19:12:37 +0000 Subject: [PATCH] pr8008 svn: r6749 --- collects/xml/doc.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/xml/doc.txt b/collects/xml/doc.txt index 4d8b2507f0..2b094bedd5 100644 --- a/collects/xml/doc.txt +++ b/collects/xml/doc.txt @@ -224,7 +224,7 @@ Note: Xexpr is the only important one to understand. Even then, | Entity | Misc - Misc = Comment +> Misc = Comment | Processing-instruction > Pcdata = (make-pcdata Location Location String) @@ -245,10 +245,10 @@ Note: Xexpr is the only important one to understand. Even then, > Comment = (make-comment String) (define-struct comment (text)) - Source = (make-source Location Location) +> Source = (make-source Location Location) (define-struct source (start stop)) - Location = (make-location Nat Nat Nat) | Symbol +> Location = (make-location Nat Nat Nat) | Symbol (define-struct location (line char offset)) Note: read-xml records location structures, while xexpr->xml inserts a symbol. Other functions that must fabricate XML Locations