<?xml version="1.0" encoding="UTF-8"?>
<Frame size="250,80"
visible="true"
title="Tag Definition"
DefaultCloseOperation="JFrame.EXIT_ON_CLOSE" >
<ScriptingDataSource id="WORDS" script="getWords.bsh"/>
<panel constraints="BorderLayout.NORTH">
<label id="label1" origin="$WORDS/first"/>
<label id="label2" origin="$WORDS/second"/>
</panel>
</Frame>
-_-_-
XPath expressions are used to access the data from a java Map created with
the following code.