Findaid Class Processing Instructions
From DLXS Documentation
Line 1: | Line 1: | ||
+ | {{NeedsReview}} | ||
[[DLXS Wiki|Main Page]] > [[Mounting Collections: Class-specific Steps]] > [[Mounting a Finding Aids Collection]] > Findaid Class Processing Instructions | [[DLXS Wiki|Main Page]] > [[Mounting Collections: Class-specific Steps]] > [[Mounting a Finding Aids Collection]] > Findaid Class Processing Instructions | ||
<hr> | <hr> | ||
Line 10: | Line 11: | ||
<p>For example the PI <span class="command"><?BOOKBAG_LINK_XML?> </span>is | <p>For example the PI <span class="command"><?BOOKBAG_LINK_XML?> </span>is | ||
replaced by the cgi with a URL such as<br> | replaced by the cgi with a URL such as<br> | ||
+ | |||
<span class="command">http://hostname/cgi/f/findaid/findaid-idx?c=collection;cc=collection;q1=xyz;rgn=Entire%20Finding%20Aid;page=bbaglist</span></p> | <span class="command">http://hostname/cgi/f/findaid/findaid-idx?c=collection;cc=collection;q1=xyz;rgn=Entire%20Finding%20Aid;page=bbaglist</span></p> | ||
+ | |||
+ | <div class="tip">The information below is not accurate and needs correction. The contents of the RESULTS PI is context dependent!!</div> | ||
<p>The PI <span class="command"><?RESULTS?></span> is replaced by the cgi with something like the following:</p> | <p>The PI <span class="command"><?RESULTS?></span> is replaced by the cgi with something like the following:</p> | ||
<code> | <code> |
Current revision
Until it is fully reviewed, it may contain inaccurate or difficult to follow information.
Main Page > Mounting Collections: Class-specific Steps > Mounting a Finding Aids Collection > Findaid Class Processing Instructions
Processing Instructions (PIs) are used in FindaidClass XML templates. They are replaced by the running cgi with valid XML, sometimes a simple string (e.g., a URL, or a text string), sometimes with a complex node of XML elements. (For more information about PIs, see <a href="../../ui/index.html#templates"> XML Templates / Processing Instructions.</a>)
For example the PI <?BOOKBAG_LINK_XML?> is
replaced by the cgi with a URL such as
http://hostname/cgi/f/findaid/findaid-idx?c=collection;cc=collection;q1=xyz;rgn=Entire%20Finding%20Aid;page=bbaglist
The PI <?RESULTS?> is replaced by the cgi with something like the following:
<Item>
<did>
<origination>
<corpname source="lcnaf" encodinganalog="110">
A. Alfred Taubman College of Architecture and Urban Planning
</corpname>
</origination>
<unittitle encodinganalog="245">
A. Alfred Taubman College of Architecture and Urban Planning (University of Michigan),
records
<unitdate type="inclusive" era="ce" calendar="gregorian" encodinganalog="245$f">1878-1999</unitdate>
</unittitle>
<physdesc>
<extent encodinganalog="300">
54.5 linear feet, 1 oversized box, and 1 flat file drawer.
</extent>
</physdesc>
<abstract>
Teaching and research unit of the University of Michigan established in 1906
as a part of the Department of Engineering and as an independent college in 1931.
Records include dean's administrative files and correspondence, committee minutes,
background files and reports relating to accreditation, topical files, faculty
portraits and other photographs, and architectural drawings. There is some material
relating to alumnus Raoul Wallenberg and various programs honoring him.
</abstract>
<unitid type="call number" countrycode="us" repositorycode="MiU-H" encodinganalog="099">8782
Bimu C181;2</unitid>
<langmaterial>
The materials are in
<language langcode="eng" encodinganalog="041">English.</language>
</langmaterial>
<repository>
<corpname encodinganalog="852">
<subarea>Bentley Historical Library</subarea>
University of Michigan
</corpname>
<extptr linktype="simple" href="bhladd" show="embed" actuate="onload"/>
</repository>
</did>
<HitSummary>
<HitCount>1</HitCount>
<HitRegion>Entire Finding Aid</HitRegion>
</HitSummary>
<KwicLink>http://www.hti.umich.edu/cgi/f/findaid/findaid-idx?c=bhlead;cc=bhlead;type=simple;rgn=Entire%20Finding%20Aid;q1=duderstadt;debug=xml;view=reslist;subview=detail;sort=occur;didno=umich-bhl-8782
</KwicLink>
<OutlineLink>http://www.hti.umich.edu/cgi/f/findaid/findaid-idx?c=bhlead;cc=bhlead;type=simple;rgn=Entire%20Finding%20Aid;q1=duderstadt;debug=xml;view=reslist;subview=standard;sort=occur;start=1;size=25;didno=umich-bhl-8782
</OutlineLink>
<FileSize>376</FileSize>
<ViewEntireTextLink>http://www.hti.umich.edu/cgi/f/findaid/findaid-idx?c=bhlead;cc=bhlead;q1=duderstadt;rgn=Entire%20Finding%20Aid;debug=xml;page=viewtextnote;didno=umich-bhl-8782
</ViewEntireTextLink>
<BookbagAddHref>http://www.hti.umich.edu/cgi/f/findaid/findaid-idx?c=bhlead;cc=bhlead;q1=duderstadt;rgn=Entire%20Finding%20Aid;debug=xml;bbidno=umich-bhl-8782;bbc=bhlead;bbaction=add
</BookbagAddHref>
</Item>
<Item>
...
</Item>
...