Unparsed Entity URI: oxy_unparsed-entity-uri() FunctionEdit online
oxy_unparsed-entity-uri() FunctionThis function returns the URI value of an unparsed entity name.
- Syntax:
-
oxy_unparsed-entity-uri ( unparsedEntityName )
- unparsedEntityName
- The name of an unparsed entity defined in the DTD.
This function can be useful to display images that are referenced with unparsed entity names.
Example: oxy_unparsed-entity-uri Function
CSS for displaying the image in Author for animagedatawithentityrefto an unparsed entity:imagedata[entityref]{ content: oxy_url(oxy_unparsed-entity-uri(attr(entityref))); }