Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

XQuery API Path Parser

isubiker edited this page Oct 26, 2011 · 1 revision

XQuery API - Path Parser

path:select(
    $doc as node(),
    $path as xs:string,
    $type as xs:string
) as node()*

path:parse(
    $path as xs:string,
    $type as xs:string
) as xs:string
Clone this wiki locally