Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Question about Rebol and XML

From: parki::whatevernot::com at: 6-Sep-2003 15:47

Rebol question - I want to parse up some XML (specifically an RSS file) and do some manipulations. When I try (for example): x: parse-xml read http://boingboing.net/rss.xml the result doesn't seem to contain the entirety of the source rss.xml file. Is this the right way to do things? I looked around and saw reference to xml-parse, but was unable to find any source. Would like to be able to rip up RSS and build web content from it. Thanks, parki...