PI: reflist

reflist produced an unordered list of external references.

See also: ref

<?_wxt reflist listname="" category=""?>

The parameters are:

listname (optional) The name of the referencelist. Note the usage of listname="_footnote" to make a fotnote-list of references. Will collect all references (PI:ref or PI:xref ) on the same page with _footnote as (one of the names in) listname. Default is "_main".
category (optional) A commaseparated list of categories we want to include in the list. Default is all categories: "*".

Some examples:

<?_wxt ref uri="http://www.w3schools.com/htmldom/" fields="W3org|HTML DOM Tutorial" category="DOM"?>

<?_wxt reflist listname="_main" category="DOM"?>

<?_wxt ref uri="http://www.w3schools.com/htmldom/" listname="_footnote|_main" fields="HTML DOM Tutorial" category="DOM"?>

<?_wxt reflist listname="_footnote" category="DOM"?>
<?_wxt ref fields="Håkon Wium Lie & Bert Bos|
                   Cascading Style Sheets|
                   Addison Wesley|
                   1999|
                   0-201-59625-3|
                   Cover CSS1 and CSS2" 
               category="book"
               display="simple"
               listname="_footNote|_main"?>

The involved style-classes in a reference and a referenselist are:

See Styling