Elliotte Harold <> writes:
> Does anyone happen to have a convenient example of Library of Congress
> Catalog in Publication (CIP) markup for a book I could copy? I assume I
> put something into a biblioid element like so:
>
> <book>
> <info>
> <biblioid type="libraryofcongress">
> What goes here?
> </biblioid>
> </info>
> </book>
>
> I'm just trying to figure out what actually goes into the biblioid element.
Unless I'm misunderstanding what you're asking, I think the
content should just be the actual call number:
<biblioid type="libraryofcongress">QA76.76.H94 H334 2003</biblioid>
> Also, do the DocBook XSL stylesheets support this at all?
Off the shelf, they support rendering of biblioid if it's in a
bibliography, but not if it's part of *info content (as far as I
know).
To have it displayed, I think you'd need to use the titlepage
customization mechanism to explicitly specify that you want it
rendered.
--Mike