Project | WXT | Basics | Download | Documentation | Samples

Script: references-element

The purpose of a references element is to collect all (or many) references that you intend to use in your project in a file. It may simplify maintainance considerably, and it opens for a systematic reference policy. You may access the individual reference by PI Ref and you may produce reference lists by PI RefList . You may even control any URI's in a reference by PI ReferenceTest .

The definitions-element may contain any number of references elements.

<references location=""/>
location(mandatory) An URI which is absolute or relative to the script anchor.

The legal elements in a reference are (in any order):

  • title
  • authors
  • year
  • chaptertitle
  • journal
  • editor
  • place
  • publisher
  • pages
  • isbn
  • uri (with an optional attribute: dateread)
  • text
  • categories

Examples:

<references location="myrefs.xml"/>

A sample reference file:

_myrefs.xml

Reference files are validated according to this schema:

_refs.xsd

See References for a full description.