[Home] [By Thread] [By Date] [Recent Entries]
From: "Mike Plusch" <mplusch@c...>
> Equivalent in ConciseXML:
> <defclass person
> name=required=string
> age=optional=integer
> birth=optional=datetime
> _precond=<defmethod> <not age.<is optional/>.
> <and birth.<is optional/> />
> </defmethod>
> </defclass>
Isn't the equivalent in XML as follows?
<?water
<defclass person
name=required=string
age=optional=integer
birth=optional=datetime
_precond=<defmethod> <not age.<is optional/>.
<and birth.<is optional/> />
</defmethod>
</defclass>
?>
Cheers
Rick Jelliffe
|

Cart



