You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by "Srinivasan D." <ds...@india.hp.com> on 2001/07/02 06:54:58 UTC

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: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org