17 scripts tagged as: [domain · xml]
Emit RSS | ||
emit-rss.r discussion documentation | v:1.0.0 4.5 KB 19 Nov 2007 | Create an RSS Feed from a REBOL Block. author: Christopher Ross-Gill |
JSON to Rebol converter | ||
json.r discussion documentation | v:0.0.9 14.2 KB 6 Sep 2013 | Convert a JSON string to Rebol data, and vice versa. author: douglas crockford |
make-doc-pro | ||
make-doc-pro.r discussion documentation | v:1.0.8 57.8 KB 7 Feb 2004 | Parses the make-doc-pro markup language into a
datastructure that can be into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. author: Robert M. Münch |
object to xml converter | ||
object-xml.r | v:1.1.0 4.1 KB 16 Oct 2010 | Takes the output and/or object format from xml-object.r by Brian Wisti and Gavin F. McKenzie and formats it back into xml. See also xml-parse by the same authors to provide the input from an xml file to xml-object.r. author: James Nakakihara |
Tag URI Parser | ||
parse-taguri.r | 1.3 KB 29 Jan 2007 | Converts a Tag URI to Metadata author: Christopher Ross-Gill |
XML to HTML node parser | ||
quickparser.r | v:0.0.2 12.0 KB 21 Dec 2004 | To parse xml, xhtml, css, and html
so you can search and update, remove,
or add to your markup quickly. author: daniel murrill |
XML node parser | ||
rblxelparser.r | v:0.0.1 5.9 KB 13 Nov 2003 | To parse single xhtml & xml nodes
for there values. author: daniel murrill |
RebelXML | ||
rebelxml.r discussion documentation | 8.0 KB 27 Apr 2006 | RebelXML provides a set of functions which allows to easily create/modify/delete XML data author: Christophe 'REBOLtof' Coussement |
RebXML to XML Converter | ||
rebxml2xml.r | v:1.3.1 4.1 KB 2 Mar 2009 | Converts a RebXML block structure to XML. author: John Niclasen |
UPnP - IGD V1.0 | ||
upnp-igd.r | v:0.1 14.3 KB 10 Sep 2006 | UPnP-IGD tool to discover and control an Internet Gateway Device via UPnP author: marco |
XML/DOM | ||
xml-dom.r documentation | v:0.1.2 6.6 KB 28 Mar 2009 | A rudimentary in-memory XML interpreter and interface. author: Christopher Ross-Gill |
Parse and write XML code | ||
xml-load-form.r | v:0.7.1 12.8 KB 9 Aug 2018 | Parse XML code and return a tree of block, and vice-versa. author: Marco Antoniazzi |
Convert an XML-derived block structure into objects. | ||
xml-object.r | v:1.0.5 7.9 KB 3 Mar 2005 | This script creates a function xml-to-object that converts
a series of nested blocks, created from an XML document by
parse-xml, into a series of nested objects that represent
the original content of the XML document processed. author: Gavin F. McKenzie |
A more XML 1.0 compliant set of XML parsing tools. | ||
xml-parse.r | v:0.7.6 44.0 KB 1 Jul 2009 | REBOL's built-in parse-xml function lacks a number of
XML 1.0 compliant features, including:
- support for CDATA sections
- support for XML Namespaces
- exposure of the internal DTD subset
The intent of this script is to create an XML parser
that can operate either via an event/callback mechanism,
or produce [...] author: Gavin F. McKenzie |
XML to RebXML Converter | ||
xml2rebxml.r | v:1.2.0 4.8 KB 2 Mar 2009 | Convert XML to RebXML block structure. author: John Niclasen |
XML Generator | ||
xmlgen.r | v:1.0.0 1.7 KB 13 Mar 2003 | Simple functions to generate XML output. Creates example XML as published in Scientific American, May 1999. author: Scrip Rebo |
xpath.r | ||
xpath.r | v:1.0 8.2 KB 11 Mar 2007 | This script shows how to implement an XPath interpreter in Rebol/Prolog.
This interpreter is not complete.
It is only a kind of Proof of Concept . It lacks some features.
Currently it can parse a document containing elements, attributes and pcdata.
In this script I see an xml document as a tree of UNTYPED nodes.
Consequently,
- all nodes are treated [...] author: Alban Gabillon |