← Prev in month ← Prev in thread

SAX and Entity Literals containing content

From
Jeff Rafter <>
To
Date
2004-05-25T14:37:21Z
ID
<030f01c44266$1252f320$6403a8c0@ARIMATHEA>
Thread
SAX and Entity Literals containing content
This question comes as a follow-up to my wellformedness question that I
asked earlier. I already believe that I know the answer but want to double
check. In the case of:

<!DOCTYPE doc [
  <!ENTITY e "<foo>test</foo>">
]>
<doc>
  <child>&e;</child>
</doc>

Should a SAX parser report a startElement and endElement event for <foo>
when it is included?

Thanks,
Jeff Rafter
← Prev in month ← Prev in thread