saxon:unparsed-entities

Returns a list of the names of the unparsed entities declared within a document.

unparsed-entities($doc as document-node(), $precision as xs:integer) ➔ xs:string*

Arguments

 

$doc

document-node()

The containing document

 

$precision

xs:integer

The required precision

Result

xs:string*

Details

Namespace: http://saxon.sf.net/

This function returns a list of the names of the unparsed entities declared with the document node supplied as $doc. These names can then be used as arguments to the standard XSLT functions unparsed-entity-uri() and unparsed-entity-public-id() to determine the system and public identifiers of the unparsed entity.

Notes on the Saxon implementation

Available since around Saxon 9.0(?)