Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Provides access to declarations of unparsed entities in the document type definition (DTD) of the source document. It returns the empty string if there is no such entity.

Syntax

		
string unparsed-entity-uri(
string)

Parameters

string

A string.

Return Value

If the document containing the context node includes an unparsed entity that is specified in the string parameter of the unparsed-entity-uri()function, then a Uniform Resource Identifier (URI) identifying that unparsed entity is returned. If there is no entity with this name, an empty string is returned.

See Also

Reference

XSLT Functions