xmlCurLoc VariableRepresents the current LOC element. RemarksUse this variable with the TQS XML data access functions to load data for your custom location. The variable xmlLocData represents the current CUSTOM_* element within the current LOC element. Example
<LOC ID="April" TYPE="CUSTOM_FOO">
...
<CUSTOM_FOO>
...
</CUSTOM_FOO>
</LOC>spanBar.innerText = xmlAttr(xmlCurLoc, "ID", "") + " Custom Location"; The HTML element spanBar will display April Custom Location. |
