getRunspecAttr | R Documentation |
Gets an attibute in a runspec XML::xmlParse()
object.
getRunspecAttr(runspec, xpathsLocation, attribute)
runspec |
|
xpathsLocation |
string in the format of an XPath (https://way2tutorial.com/xml/xpath-expression.php) |
attribute |
the name of the attribute being found |
XML::xpathSApply()
of attribute from runspec
getRunspecAttr(rs, "//scaleinputdatabase", "databasename")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.