[Koha-bugs] [Bug 13600] XSLT: 8xx not showing if there is no 4xx

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 8 21:58:43 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13600

--- Comment #7 from Heather <heather_hernandez at nps.gov> ---
(In reply to Winona Salesky from comment #6)
> I can do that. What should happen where 490 ind1 is blank? In the example
> below if 490 ind1 is blank the field will be suppressed. It might make more
> sense to show the field as the default, and suppress it only when explicitly
> stated (by the indicator). Although I may be miss understanding how the
> field is coded. 
> 
> Thanks for the help,
> 
> -Winona
> 
> 
> (In reply to Heather from comment #5)
> > (In reply to Winona Salesky from comment #4)
> > > Thanks Heather. That is very helpful. 
> > > 
> > > So to translate that into code, I could say, always display 8xx, but only
> > > display 490 where ind1 is NOT 1 (not traced). 
> > > 
> > > Is that accurate?
> > > -Winona
> > 
> > It sounds accurate, Winona.  I think you could also say, "...only display
> > 490 where ind1 is zero."  The 490 0_ display has traditionally been in
> > parentheses, c.f. display examples here:
> > http://www.loc.gov/marc/bibliographic/bd490.html  It has traditionally not
> > had any prefix or label to the field.
> > 
> > 8XX fields have not traditionally displayed in parentheses, but have a
> > prefix.  Why, I don't know, but that's the way it is!  Displays in systems
> > I've seen vary, but other systems I've seen tend to have a prefix and group
> > all displayed series entries, e.g.:
> > Series:	Magic ex libris ; bk. 2
> > 	DAW book collectors ; no. 1629
> > 
> > In this case, only "Magic ex libris" is a traced series (830 field),
> > searchable via a series or title index search as well as a keyword search. 
> > "DAW book collectors" is untraced (490 0_ field) so is searchable only via a
> > keyword search.
> > 
> > Hope this helps!
> > --h2

Hey, Winona--

The 490 ind1 must never be blank--blank is not a valid value.  The 490 first
indicator must be zero or one.  (The 490 second indicator must be blank, but
the first indicator must be zero or one.)  The required values are here:
http://www.loc.gov/marc/bibliographic/bd490.html

Hope this helps!
--h2

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list