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]

Reply via email to