I'm using XXE to create an XML doxument that contains IDs. Part of the DTD 
looks like this:

<!ELEMENT choose ( text, option+ ) >
<!ATTLIST choose
   id ID #REQUIRED
>

<!ELEMENT option ( #PCDATA ) >
<!ATTLIST option id ID #REQUIRED >

The problem I'm seeing is that XXE reliably assigns the same auto-generated 
ID value to the choose element and its first option :<

Is there a workaround for this?

Emile

Reply via email to