Modules

filter

 

Objects/Functions

module (N/xml)

SuiteScript 2.0

xml.XPath

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=xml.XPath for more information.

N/xml Module
xml.XPath
Object Description: Encapsulates the functionality to run XPath expressions. For a complete list of this object’s methods, see XPath Object Members.
Supported Script Types: All script types For more information, see SuiteScript 2.0 Script Types.
Module: N/xml Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=xml.XPath

Example:

// Code Example 1
//Add additional code
//...
var xpath = xml.XPath;
//...
//Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4344925104.html