Jump to content

how should i mix content for !ATTLIST in dtd


DirkTD

Recommended Posts

you might know that you can mix content in !ELEMENT like this...

<!ELEMENT note (#PCDATA|to|from|header|message)*>

but how to do that with !ATTLIST, thats the question. maybe something like this could work...

<!ATTLIST user    type (Free | Member) (#REQUIRED|Free)    [some other stuff]>

but no, according to XMLSpy will not work(properly).so the question is: does anyone know how to do this(if that *is* an option =S)?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...