- To: <xml-dev@l...>
- Subject: Element With Same Name
- From: "rajac" <rajac@n...>
- Date: Sun, 17 Mar 2002 00:14:27 +0530
|
Hi,
I have an Element in DTD called item
ie <!ELEMENT item (#PCDATA)>. But same Element item(in the same DTD)
should be used like <!ELEMENT
item (Note*)>. This Note is an another Element which has a
structure. So the Element item is used in two different structures in same DTD.
I tried to use <!ELEMENT item (ANY)>. But it is not
working. I hope that i have explained the problem clearly. If the problem is not
clear, please ask me.
Regards,
Raja
|
|