Member Junction
    Preparing search index...

    Configuration for extracting value(s) from XML via an XPath expression.

    interface XPathConfig {
        First?: boolean;
        Path: string;
    }
    Index

    Properties

    Properties

    First?: boolean

    Return only the first match (default). When false, returns the full array of matches.

    Path: string

    XPath expression, e.g. /catalog/book[1]/title/text() or //author.