M
Max
Hello!
I would want to know if attributes values can be entity references and
if the parser, during processing, can replace with blank string a non
registered entity.
Eg:
<example val="&entity1;&entity2;"></example>
&entity1; is a registered internal/external general entity
&entity1; has replacement text = "value"
&entity2; is a non registered internal/external general entity
Results:
<example val="value"></example>
Thanks,
Max
I would want to know if attributes values can be entity references and
if the parser, during processing, can replace with blank string a non
registered entity.
Eg:
<example val="&entity1;&entity2;"></example>
&entity1; is a registered internal/external general entity
&entity1; has replacement text = "value"
&entity2; is a non registered internal/external general entity
Results:
<example val="value"></example>
Thanks,
Max