Login  Register

Re: Modifying Book Template

Posted by Davenof on May 02, 2018; 11:56am
URL: http://ngl.70.s1.nabble.com/Modifying-Book-Template-tp7577318p7577333.html

Thank you so much. It works!

However, I have a little challenge with it. The "Volume" string appears under "Series Name". I actually do not want it to appear under Series. In my library's book template (worksheet), we have "Volume" under "Title". It usually comes before "Statement of Responsibility". So, I added this  
<Subfield value="v" Description="Volume"/>  to the title strings below, but on the Book Template, it says "String not Found" on that particular line:

<Tag value="245" I1="" I2="">
    <Subfield value="a" Description="Title Eg: The Year book of medicine. " mandatory="true"/>
    <Subfield value="b" Description="Remainder of Title"/>
    <Subfield value="v" Description="Volume"/>
    <Subfield value="c" Description="Statement of Responsibility Eg: Kevin Wicker ; with a foreword by David Pritchard ; illustrated by Karel Feuerstein."/>
    <Subfield value="n" Description="Number of Part/Section of work Eg: Part one"/>
  </Tag>

Please how do I get a document that shows a list of all the "Tag values", "Subfield values" and their "Descriptions"?

Thank you!