Hi Srinivasan and thank you for the reply.
It seems that I didn't mention that I want to do that using a schema and not
a DTD, but thank you anyway.

Ala

-----Original Message-----
From: Srinivasan D. [mailto:[EMAIL PROTECTED]
Sent: Monday, July 02, 2001 6:55 AM
To: [EMAIL PROTECTED]
Subject: Re: how to


I think you are basically looking at a DTDMixed content type. This is
w.r.t wutka parser.

I am further assuming that you would like to do it in a dtd.

here is how it could be done.

<!ELEMENT SETPROPERTY (#PCDATA|GETPROPERTY)>
<!ATTLIST SETPROPERTY NAME CDATA>

<!ELEMENT GETPROPERTY #PCDATA>
<!ATTLIST GETPROPERTY BEAN CDATA>
<!ATTLIST GETPROPERTY NAME CDATA>

Hope this helps.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to