[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DTD Notation
- From: Rod Davison <rdavison@sprint.ca>
- To: xml-dev@lists.xml.org
- Date: Wed, 11 Jul 2001 10:42:00 -0400
I think you answered the wrong question -- but what you have described is
correct.
Jim asked for the difference between]
<!ELEMENT Test1 (ItemA, ItemB?, ItemC*)>
and
<!ELEMENT Test2 (ItemA, ItemB?, (ItemC)*)>
In this particular example, as far as I am aware, these paras around itemC
are redundant although I have heard rumours that withou the para, some
parsers get... shall we say, confused. Anyone else have some real experience
instead of my speculation?
====================================================
Rod Davison @ Critical Knowledge Systems Inc
rdavison@sprint.ca
====================================================
There are two ways to write error-free programs. Only the third one works.
====================================================