Welcome to the CHICKEN Scheme pasting service
namespaces in sxml added by alaricsp on Wed Mar 5 15:56:56 2014
(for-each display (flatten (sxml:sxml->xml '(*TOP* (@@ (*NAMESPACES* (rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#") (rodf "http://www.resources-of-different-family.com"))) (*PI* xml "version=\"1.0\"") (rdf:RDF (rdf:Description (@ (rdf:about "http://www.w3.org/TR/rdf-syntax-grammar")) (rodf:editor (rdf:Description (rodf:fullName "Dave Beckett"))))))))) => <*TOP*><@@><*NAMESPACES*><rdf>http://www.w3.org/1999/02/22-rdf-syntax-ns#</rdf><rodf>http://www.resources-of-different-family.com</rodf></*NAMESPACES*></@@><*PI*><xml>version="1.0"</xml></*PI*><rdf:RDF><rdf:Description about='http://www.w3.org/TR/rdf-syntax-grammar'><rodf:editor><rdf:Description><rodf:fullName>Dave Beckett</rodf:fullName></rdf:Description></rodf:editor></rdf:Description></rdf:RDF></*TOP*>