mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
programming language SML. fxp can validate both XML 1.0 and XML 1.1 documents. It has a programming interface allowing for production of XML applications based on fxp. It is installed with four example applications. WWW: http://www2.informatik.tu-muenchen.de/~berlea/Fxp PR: ports/116572 Submitted by: Timothy Bourke <timbob at bigpond.com>
30 lines
433 B
Text
30 lines
433 B
Text
Group
|
|
signature Dict
|
|
functor Dict
|
|
structure IntListDict
|
|
structure IntListSymTab
|
|
structure KeyIntSet
|
|
structure IntSetDict
|
|
signature Key
|
|
structure StringDict
|
|
signature SymTable
|
|
functor SymTable
|
|
is
|
|
|
|
#if (SMLNJ_MINOR_VERSION > 40)
|
|
dict.sml
|
|
symbolTable.sml
|
|
$/basis.cm
|
|
#else
|
|
dict.orig.sml
|
|
symbolTable.orig.sml
|
|
#endif
|
|
|
|
intDict.sml
|
|
intListDict.sml
|
|
intSetDict.sml
|
|
key.sml
|
|
stringDict.sml
|
|
|
|
../util.cm
|
|
|