S Uma wrote: > > Hi, > > I am just wondering if a dtd can have recursive definitions? > > i.e. <!ELEMENT list (item+, list)> > > If it is valid syntactically, are there any advantages of defining > elements recursively? To me ,it is confusing to have elements defined > recursively. > > Does anyone know of a situation where it is really helpful ?
<!ELEMENT directory (directory*|file*)> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
