Hello

Forth

Hello, XML!

The current version is: XML1528B.ZIP 28 May 2001 +
Here is the readme file, XML1528B.TXT:

Simple XML Apps in Forth  Leo Wong  28 May 2001 +

An implementation of JenX, Jenny Brien's XML Parser and Forth
Application Interface, is now included.  See JENX.TXT.

XML1528B.ZIP contains the following files:

  Forth source code and JENX.TXT:
XS     F 3,884  05-28-01   1:07p  String and other tools
AX     F   301  05-01-01   7:15p  Application interface for XML
XFILES F 1,603  05-01-01   7:15p  File input/output
X2F    F 1,391  05-28-01   9:12a  XML to Forth application
XTAG   F 1,620  05-01-01   7:15p  Parse XML tag
XL     F 3,830  05-22-01   6:22p  XML to list application
JENX   F 1,455  05-25-01   8:51p  Parser/Application Interface
JENX TXT 1,472  05-18-01   3:53a  JenX info
X2FJ   F   379  05-25-01   3:51p  XML to Forth through JenX
EMAIL  F   288  05-25-01   8:52p  E-mail addresses through JenX

  XML examples:
HELLO  XML   697  05-01-01   7:15a
LIST   XML   284  05-01-01   7:15p
LES    XML   919  05-18-01  10:12a

The Forth code uses words from these ANS Forth wordsets: core,
core-extension, string, file-access, double-number, exception.

Four applications are included:  x2f.f  xl.f  x2fj.f  email.f
After starting a Forth like SwiftForth, Win32Forth, Gforth, or
VFX Forth, you might first try either:

S" X2F.F" INCLUDED
X2F HELLO.XML

or:

S" XL.F" INCLUDED
XL LIST.XML

or:

S" X2FJ.F" INCLUDED

or

S" EMAIL.F" INCLUDED

Happy Forthing!
Leo Wong  hello@albany.net
http://www.albany.net/~hello/

Forth

Hello