Sample XML Data, Vocabulary.xml
“Vocabulary.xml”
This is my first code posting so bear with as they get better. This is a sample XML file that will be used for a number of the other postings.
|
<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="Vocabulary.xsl"?>
<Vocabulary>
<Set>
<Word>Prerogative</Word>
<Desc>An exclusive right or privilege held by a person or group, especially a hereditary or official right.</Desc>
</Set>
<Set>
<Word>Inextricably</Word>
<Desc>Unavoidable; inescapable. So intricate or entangled as to make escape impossible. Too involved or complicated to solve.</Desc>
</Set>
<Set>
<Word>Eclectic</Word>
<Desc>Selecting or employing individual elements from a variety of sources, systems, or styles: an eclectic taste in music; an eclectic approach to managing the economy.</Desc>
</Set>
<Set>
<Word>Prolific</Word>
<Desc>Producing abundant works or results: a prolific artist</Desc>
</Set>
</Vocabulary>
|