Is it in the spirit of XML to let the parser expand the entity
references back to themselves? For example, in the above
situation, is this a reasonable thing to do:
<!ENTITY euro "&euro;">
That doesn't "expand to itself". That defines an entity whose the
value is a string (and that string is the same as the lexical
representation of a entity reference).
Regards,
--drkm
Yes, of course. Thanks.
Mike
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--