home contribute faq download

FunctX XSLT Functions

fn:unparsed-entity-public-id

The public identifier of an unparsed entity

Google
Webxsltfunctions.com

Description

The fn:unparsed-entity-public-id function returns the public identifier of the unparsed entity whose name is given by the value of the $entity-name argument, in the document containing the context node. Note: this is an XSLT-only function; it is not available in XQuery or XPath.

Arguments and Return Type

NameType
$entity-name xs:string
return value xs:string

Examples

XSLT ExampleResults
No examples are currently available.

History

Published OnLast UpdatedContributor(s)
2007-03-172007-03-17W3C, XSLT 2.0, http://www.w3.org/TR/xslt20/
Datypic XSLT Services

Recommended Reading:

XQuery