Share via


unparsed-entity-uri Function (Windows CE 5.0)

Send Feedback

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.

stringunparsed-entity-uri(string)

Parameters

  • string
    A string.

Return Values

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.

Requirements

None.

See Also

XSLT Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.