-3

Please help. I'm not sure what "entity" the error refers to. I've tried to copy the answers from previous questions similar to this but i think it depends on the html. I know it's not that complicated but I am new to this so I'm not familiar with tweaking the html of an existing blogger template.

I appreciate prompt answers.

Lux Ganzon
  • 1
  • 1
  • 1

1 Answers1

1

An XML entity for the purposes of this message is an external parsed entity. That is, a blob of XML sitting off in some other location that is being incorporated into your XML via a DTD definition. The error is telling you that a start (<something>) and its corresponding end (</something>) must live inside the same entity -- the original main XML input, or one external incorporated item. You can't start in one and end in another.

bmargulies
  • 97,814
  • 39
  • 186
  • 310