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

[REBOL] Re: ANN: custom-types.r

From: bry::itnisk::com at: 14-Mar-2003 11:23

Here's a question, since I never have an opportunity to just look through anything in my current productivity cycle and need to reference things for future reference. Can this be used to make types which are xml fragments? For example could one specify from this that a type PersonName consisted of <name> <firstName>John</firstName> <surname>Doe</surname> </name> If so I think one of the most important steps to building an xml-schema implementation in Rebol might have been taken.