From 65c8b6265291fe1c31a8e14b9f27c063240297f8 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 16 Mar 2009 18:28:56 +0000 Subject: [PATCH] pr6711 svn: r14129 --- collects/tests/xml/rss.xml | 57 ++++++++++++++++++++++++++++++++++++++ collects/xml/xml.scrbl | 1 + 2 files changed, 58 insertions(+) create mode 100644 collects/tests/xml/rss.xml diff --git a/collects/tests/xml/rss.xml b/collects/tests/xml/rss.xml new file mode 100644 index 0000000000..91ea38e1d0 --- /dev/null +++ b/collects/tests/xml/rss.xml @@ -0,0 +1,57 @@ + + + + + + XML.com + http://xml.com/pub + + XML.com features a rich mix of information and services + for the XML community. + + + + + + + + + + + + + + XML.com + http://www.xml.com + http://xml.com/universal/images/xml_tiny.gif + + + + Processing Inclusions with XSLT + http://xml.com/pub/2000/08/09/xslt/xslt.html + + Processing document inclusions with general XML tools can be + problematic. This article proposes a way of preserving inclusion + information through SAX-based processing. + + + + + Putting RDF to Work + http://xml.com/pub/2000/08/09/rdfdb/index.html + + Tool and API support for the Resource Description Framework + is slowly coming of age. Edd Dumbill takes a look at RDFDB, + one of the most exciting new RDF toolkits. + + + + + Search XML.com + Search XML.com's XML collection + s + http://search.xml.com + + \ No newline at end of file diff --git a/collects/xml/xml.scrbl b/collects/xml/xml.scrbl index a41328af4e..7ca86aa9c3 100644 --- a/collects/xml/xml.scrbl +++ b/collects/xml/xml.scrbl @@ -28,6 +28,7 @@ called an @deftech{X-expression}. The @schememodname[xml] library does not provide Document Type Declaration (DTD) processing, including preservation of DTDs in read documents, or validation. It also does not expand user-defined entities or read user-defined entities in attributes. +It does interpret namespaces either. @; ----------------------------------------------------------------------