docbook-apps

Expand all | Collapse all

Chapter number in a edited book

  • 1.  Chapter number in a edited book

    Posted 11-17-2018 15:09
    Hi,

    I have the following biblioentry and I want to include the chapter
    number of that part.

    <biblioentry xreflabel="O'Shea, Wynick, Bloom(1992)" xml:id="WB92">
       <authorgroup>
          
    <author><personname><firstname>D.</firstname><surname>O'Shea</surname></personname></author>
          
    <author><personname><firstname>D.</firstname><surname>Wynick</surname></personname></author>
           <author><personname><firstname>S. 
    R.</firstname><surname>Bloom</surname></personname></author>
          
    <editor><personname><firstname>A.</firstname><surname>Grossman</surname></personname></editor>

       </authorgroup>
       <citetitle pubwork="chapter">Islet cell tumours (excluding
    insulinomas and carcinoids)</citetitle>
        <citetitle pubwork="book">Clinical endocrinology</citetitle>
       <edition>2</edition>
        <publisher>
          <publishername>Blackwell Scientific Publications</publishername>
           
    Oxford Paris Berlin Wien

       </publisher>
      <pagenums>502–514</pagenums>
       <pubdate>1998</pubdate> 
        <biblioid class="isbn">978-0865426290</biblioid> 
    </biblioentry>

    The chapter  number is 40 and I can add it as "40. Islet cell tumours",
    but I have not found a genuine field name where I can store the
    information. Could you pleas provide one?

    Thanks a lot

    Greetings

    Bernhard

    --
    spitzhalde9
    D-79853 lenzkirch
    bernhard.kleine@gmx.net
    www.b-kleine.com, www.urseetal.net
    -
    thunderbird mit enigmail
    GPG schlüssel: D5257409
    fingerprint:
    08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09




  • 2.  Re: [docbook-apps] Chapter number in a edited book

    Posted 11-17-2018 18:26
    Hi Bernhard,

    According to iso690, you use /<bibliomisc role="secnum">Chapter
    VII</bibliomisc>/.

    Example they give:

    <biblioentry role="part">
    <author>
    <surname>Carroll</surname>
    <firstname>Lewis</firstname>
    </author>

    <bibliomisc role="medium">online</bibliomisc>
    <edition>Textinfo ed. 2.2</edition>
    <publisher>
    <publishername>Windspiel</publishername>
    <city>[Dortmund, Germany]</city>

    </publisher>
    <pubdate>November 1994</pubdate>
    <date role="cit">30 March 1995</date>
    <bibliomisc role="secnum">Chapter VII</bibliomisc>
    <bibliomisc role="sectitle">Mad Tea-Party</bibliomisc>
    <biblioid class="uri"><ulink url=""/></biblioid>
    </biblioentry>

    In Docbook 5 would break up the entry into 2 biblioset
    https://tdg.docbook.org/tdg/5.2/biblioset.html which will be processed
    by iso690.paper.mon

    <biblioentry>
      <biblioset relation='book'>
           
            <biblioid class="isbn">978-0865426290</biblioid>
            ....
        </biblioset>
        <biblioset relation='part'>
           
            <bibliomisc role="secnum">40</bibliomisc>
            ....
    </biblioset>
    </biblioentry>


    Peter


    On 17/11/2018 16:08, Bernhard Kleine wrote:
    >
    > Hi,
    >
    > I have the following biblioentry and I want to include the chapter
    > number of that part.
    >
    > <biblioentry xreflabel="O'Shea, Wynick, Bloom(1992)" xml:id="WB92">
    >    <authorgroup>
    > <author><personname><firstname>D.</firstname><surname>O'Shea</surname></personname></author>
    > <author><personname><firstname>D.</firstname><surname>Wynick</surname></personname></author>
    >        <author><personname><firstname>S.
    > R.</firstname><surname>Bloom</surname></personname></author>
    > <editor><personname><firstname>A.</firstname><surname>Grossman</surname></personname></editor>
    >
    >    </authorgroup>
    >    <citetitle pubwork="chapter">Islet cell tumours (excluding
    > insulinomas and carcinoids)</citetitle>
    >     <citetitle pubwork="book">Clinical endocrinology</citetitle>
    >    <edition>2</edition>
    >     <publisher>
    >       <publishername>Blackwell Scientific Publications</publishername>
    >        
    Oxford Paris Berlin Wien

    >    </publisher>
    >   <pagenums>502–514</pagenums>
    >    <pubdate>1998</pubdate>
    >     <biblioid class="isbn">978-0865426290</biblioid>
    > </biblioentry>
    >
    > The chapter  number is 40 and I can add it as "40. Islet cell
    > tumours", but I have not found a genuine field name where I can store
    > the information. Could you pleas provide one?
    >
    > Thanks a lot
    >
    > Greetings
    >
    > Bernhard
    >
    > --
    > spitzhalde9
    > D-79853 lenzkirch
    > bernhard.kleine@gmx.net
    > www.b-kleine.com,www.urseetal.net
    > -
    > thunderbird mit enigmail
    > GPG schlüssel: D5257409
    > fingerprint:
    > 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09




  • 3.  Re: [docbook-apps] Chapter number in a edited book

    Posted 11-17-2018 19:03
    Thanks a lot!

    Bernhard


    Am 17.11.2018 um 19:26 schrieb Peter Fleck:
    >
    > Hi Bernhard,
    >
    > According to iso690, you use /<bibliomisc role="secnum">Chapter
    > VII</bibliomisc>/.
    >
    > Example they give:
    >
    > <biblioentry role="part">
    > <author>
    > <surname>Carroll</surname>
    > <firstname>Lewis</firstname>
    > </author>
    >
    > <bibliomisc role="medium">online</bibliomisc>
    > <edition>Textinfo ed. 2.2</edition>
    > <publisher>
    > <publishername>Windspiel</publishername>
    >
    <city>[Dortmund, Germany]</city>

    > </publisher>
    > <pubdate>November 1994</pubdate>
    > <date role="cit">30 March 1995</date>
    > <bibliomisc role="secnum">Chapter VII</bibliomisc>
    > <bibliomisc role="sectitle">Mad Tea-Party</bibliomisc>
    > <biblioid class="uri"><ulink url=""/></biblioid>
    > </biblioentry>
    >
    > In Docbook 5 would break up the entry into 2 biblioset
    > https://tdg.docbook.org/tdg/5.2/biblioset.html which will be processed
    > by iso690.paper.mon
    >
    > <biblioentry>
    >   <biblioset relation='book'>
    >        
    >         <biblioid class="isbn">978-0865426290</biblioid>
    >         ....
    >     </biblioset>
    >     <biblioset relation='part'>
    >        
    >         <bibliomisc role="secnum">40</bibliomisc>
    >         ....
    > </biblioset>
    > </biblioentry>
    >
    >
    > Peter
    >
    >
    > On 17/11/2018 16:08, Bernhard Kleine wrote:
    >>
    >> Hi,
    >>
    >> I have the following biblioentry and I want to include the chapter
    >> number of that part.
    >>
    >> <biblioentry xreflabel="O'Shea, Wynick, Bloom(1992)" xml:id="WB92">
    >>    <authorgroup>
    >>       
    >> <author><personname><firstname>D.</firstname><surname>O'Shea</surname></personname></author>
    >>       
    >> <author><personname><firstname>D.</firstname><surname>Wynick</surname></personname></author>
    >>        <author><personname><firstname>S. 
    >> R.</firstname><surname>Bloom</surname></personname></author>
    >>       
    >> <editor><personname><firstname>A.</firstname><surname>Grossman</surname></personname></editor>
    >>
    >>    </authorgroup>
    >>    <citetitle pubwork="chapter">Islet cell tumours (excluding
    >> insulinomas and carcinoids)</citetitle>
    >>     <citetitle pubwork="book">Clinical endocrinology</citetitle>
    >>    <edition>2</edition>
    >>     <publisher>
    >>       <publishername>Blackwell Scientific Publications</publishername>
    >>        
    Oxford Paris Berlin Wien

    >>    </publisher>
    >>   <pagenums>502–514</pagenums>
    >>    <pubdate>1998</pubdate> 
    >>     <biblioid class="isbn">978-0865426290</biblioid> 
    >> </biblioentry>
    >>
    >> The chapter  number is 40 and I can add it as "40. Islet cell
    >> tumours", but I have not found a genuine field name where I can store
    >> the information. Could you pleas provide one?
    >>
    >> Thanks a lot
    >>
    >> Greetings
    >>
    >> Bernhard
    >>
    >> --
    >> spitzhalde9
    >> D-79853 lenzkirch
    >> bernhard.kleine@gmx.net
    >> www.b-kleine.com, www.urseetal.net
    >> -
    >> thunderbird mit enigmail
    >> GPG schlüssel: D5257409
    >> fingerprint:
    >> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >
    --
    spitzhalde9
    D-79853 lenzkirch
    bernhard.kleine@gmx.net
    www.b-kleine.com, www.urseetal.net
    -
    thunderbird mit enigmail
    GPG schlüssel: D5257409
    fingerprint:
    08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09




  • 4.  Re: [docbook-apps] Chapter number in a edited book

    Posted 11-17-2018 20:12
    I found another identifier which I cannot find in docbook5: series

    </biblioentry><biblioentry xreflabel=" (2005)" xml:id="VC05">
       <authorgroup>
           
    <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
            <editor><personname><firstname>Julie
    A.</firstname><surname>Chowen</surname></personname></editor>
       </authorgroup>

        <biblioset relation="book">
            <citetitle pubwork="book">THE GROWTH HORMONE/INSULIN-LIKE
    GROWTH FACTOR AXIS DURING DEVELOPMENT</citetitle>
            <pubdate>2005</pubdate>
            <series>ADVANCES IN EXPERIMENTAL MEDICINE AND BIOLOGY</series>
        </biblioset>
        <biblioid class="doi">10.1007/b106814</biblioid>
        <biblioid class="isbn">978-0387-25119-6</biblioid>  
    </biblioentry>

    Series throws an error in validation: 'not allowed'.

    I would like to know how to place the series field.

    Thanks a lot!

    Bernhard

    --
    spitzhalde9
    D-79853 lenzkirch
    bernhard.kleine@gmx.net
    www.b-kleine.com, www.urseetal.net
    -
    thunderbird mit enigmail
    GPG schlüssel: D5257409
    fingerprint:
    08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09




  • 5.  Re: [docbook-apps] Jabref Bibtex to Docbook 5 export

    Posted 11-17-2018 20:22
    Hi,

    I am almost finished with export from jabref 5.0dev to docbook 5.1.

    I have export templates for the Bibtex entrytypes Article, Book, Inbook,
    Collection, InCollection, Booklet, and WWW. Phdthesis is also there.
    Other templates can be relatively easy prepared, but I do not have any
    entries in my bibtex library to test them. Once you provide these, I
    will try to incorparate them as well.

    What seemed straight and easy, now has become a major project.

    Have a nice day (night)!

    Bernhard

    Am 17.11.2018 um 21:12 schrieb Bernhard Kleine:
    >
    > I found another identifier which I cannot find in docbook5: series
    >
    > </biblioentry><biblioentry xreflabel=" (2005)" xml:id="VC05">
    >    <authorgroup>
    >        
    > <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    >         <editor><personname><firstname>Julie
    > A.</firstname><surname>Chowen</surname></personname></editor>
    >    </authorgroup>
    >
    >     <biblioset relation="book">
    >         <citetitle pubwork="book">THE GROWTH HORMONE/INSULIN-LIKE
    > GROWTH FACTOR AXIS DURING DEVELOPMENT</citetitle>
    >         <pubdate>2005</pubdate>
    >         <series>ADVANCES IN EXPERIMENTAL MEDICINE AND BIOLOGY</series>
    >     </biblioset>
    >     <biblioid class="doi">10.1007/b106814</biblioid>
    >     <biblioid class="isbn">978-0387-25119-6</biblioid>  
    > </biblioentry>
    >
    > Series throws an error in validation: 'not allowed'.
    >
    > I would like to know how to place the series field.
    >
    > Thanks a lot!
    >
    > Bernhard
    >
    > --
    > spitzhalde9
    > D-79853 lenzkirch
    > bernhard.kleine@gmx.net
    > www.b-kleine.com, www.urseetal.net
    > -
    > thunderbird mit enigmail
    > GPG schlüssel: D5257409
    > fingerprint:
    > 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09

    --
    spitzhalde9
    D-79853 lenzkirch
    bernhard.kleine@gmx.net
    www.b-kleine.com, www.urseetal.net
    -
    thunderbird mit enigmail
    GPG schlüssel: D5257409
    fingerprint:
    08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09




  • 6.  Re: [docbook-apps] Chapter number in a edited book

    Posted 11-18-2018 06:32
    https://tdg.docbook.org/tdg/5.1/

    There is no series element Bernhard?

    regards
    On Sat, 17 Nov 2018 at 20:12, Bernhard Kleine <bernhard.kleine@gmx.net> wrote:
    >
    > I found another identifier which I cannot find in docbook5: series
    >
    > </biblioentry><biblioentry xreflabel=" (2005)" xml:id="VC05">
    > <authorgroup>
    > <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    > <editor><personname><firstname>Julie A.</firstname><surname>Chowen</surname></personname></editor>
    > </authorgroup>
    >
    > <biblioset relation="book">
    > <citetitle pubwork="book">THE GROWTH HORMONE/INSULIN-LIKE GROWTH FACTOR AXIS DURING DEVELOPMENT</citetitle>
    > <pubdate>2005</pubdate>
    > <series>ADVANCES IN EXPERIMENTAL MEDICINE AND BIOLOGY</series>
    > </biblioset>
    > <biblioid class="doi">10.1007/b106814</biblioid>
    > <biblioid class="isbn">978-0387-25119-6</biblioid>
    > </biblioentry>
    >
    > Series throws an error in validation: 'not allowed'.
    >
    > I would like to know how to place the series field.
    >
    > Thanks a lot!
    >
    > Bernhard
    >
    > --
    > spitzhalde9
    > D-79853 lenzkirch
    > bernhard.kleine@gmx.net
    > www.b-kleine.com, www.urseetal.net
    > -
    > thunderbird mit enigmail
    > GPG schlüssel: D5257409
    > fingerprint:
    > 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09



    --
    Dave Pawson
    XSLT XSL-FO FAQ.
    Docbook FAQ.



  • 7.  Re: [docbook-apps] Chapter number in a edited book

    Posted 11-18-2018 08:13
      |   view attached
    Hi Dave,

    in https://tdg.docbook.org/tdg/5.1/ch02.html#s.bibliography there is the
    seriesinfo tag, however, there is an validation error with seriesinfo:

    <biblioentry xreflabel=" (2005)" xml:id="VC05">
       <authorgroup>
           
    <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
            <editor><personname><firstname>Julie
    A.</firstname><surname>Chowen</surname></personname></editor>
       </authorgroup>

        <biblioset relation="book">
            <citetitle pubwork="book">THE GROWTH HORMONE/INSULIN-LIKE
    GROWTH FACTOR AXIS DURING DEVELOPMENT</citetitle>
            <pubdate>2005</pubdate>
        </biblioset>
        <seriesinfo>
           
        </seriesinfo>
        <biblioid class="doi">10.1007/b106814</biblioid>
        <biblioid class="isbn">978-0387-25119-6</biblioid>
    </biblioentry>

    Regards

    Bernhard

    Am 18.11.2018 um 07:31 schrieb Dave Pawson:
    > https://tdg.docbook.org/tdg/5.1/
    >
    > There is no series element Bernhard?
    >
    > regards
    > On Sat, 17 Nov 2018 at 20:12, Bernhard Kleine <bernhard.kleine@gmx.net> wrote:
    >> I found another identifier which I cannot find in docbook5: series
    >>
    >> <biblioentry xreflabel=" (2005)" xml:id="VC05">
    >> <authorgroup>
    >> <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    >> <editor><personname><firstname>Julie A.</firstname><surname>Chowen</surname></personname></editor>
    >> </authorgroup>
    >>
    >> <biblioset relation="book">
    >> <citetitle pubwork="book">THE GROWTH HORMONE/INSULIN-LIKE GROWTH FACTOR AXIS DURING DEVELOPMENT</citetitle>
    >> <pubdate>2005</pubdate>
    >> <series>ADVANCES IN EXPERIMENTAL MEDICINE AND BIOLOGY</series>
    >> </biblioset>
    >> <biblioid class="doi">10.1007/b106814</biblioid>
    >> <biblioid class="isbn">978-0387-25119-6</biblioid>
    >> </biblioentry>
    >>
    >> Series throws an error in validation: 'not allowed'.
    >>
    >> I would like to know how to place the series field.
    >>
    >> Thanks a lot!
    >>
    >> Bernhard
    >>
    >> --
    >> spitzhalde9
    >> D-79853 lenzkirch
    >> bernhard.kleine@gmx.net
    >> www.b-kleine.com, www.urseetal.net
    >> -
    >> thunderbird mit enigmail
    >> GPG schlüssel: D5257409
    >> fingerprint:
    >> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >
    >
    --
    spitzhalde9
    D-79853 lenzkirch
    bernhard.kleine@gmx.net
    www.b-kleine.com, www.urseetal.net
    -
    thunderbird mit enigmail
    GPG schlüssel: D5257409
    fingerprint:
    08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09


    </bernhard.kleine@gmx.net>


  • 8.  Re: [docbook-apps] Chapter number in a edited book

    Posted 11-18-2018 08:57
      |   view attached
    https://tdg.docbook.org/tdg/5.1/

    Again, no seriesinfo element?
    IIRC the tdg is generated from the schema?

    Bob / Norm would need to state which is definitive.

    https://tdg.docbook.org/tdg/5.1/set.html is set any more
    helpful?

    regards


    On Sun, 18 Nov 2018 at 08:13, Bernhard Kleine <bernhard.kleine@gmx.net>
    wrote:

    > Hi Dave,
    >
    > in https://tdg.docbook.org/tdg/5.1/ch02.html#s.bibliography there is the
    > seriesinfo tag, however, there is an validation error with seriesinfo:
    >
    > <biblioentry xreflabel=" (2005)" xml:id="VC05">
    > <authorgroup>
    >
    > <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    > <editor><personname><firstname>Julie
    > A.</firstname><surname>Chowen</surname></personname></editor>
    > </authorgroup>
    >
    > <biblioset relation="book">
    > <citetitle pubwork="book">THE GROWTH HORMONE/INSULIN-LIKE
    > GROWTH FACTOR AXIS DURING DEVELOPMENT</citetitle>
    > <pubdate>2005</pubdate>
    > </biblioset>
    > <seriesinfo>
    >
    > </seriesinfo>
    > <biblioid class="doi">10.1007/b106814</biblioid>
    > <biblioid class="isbn">978-0387-25119-6</biblioid>
    > </biblioentry>
    >
    > Regards
    >
    > Bernhard
    > Am 18.11.2018 um 07:31 schrieb Dave Pawson:
    >
    > https://tdg.docbook.org/tdg/5.1/
    >
    > There is no series element Bernhard?
    >
    > regards
    > On Sat, 17 Nov 2018 at 20:12, Bernhard Kleine <bernhard.kleine@gmx.net> <bernhard.kleine@gmx.net> wrote:
    >
    >
    > I found another identifier which I cannot find in docbook5: series
    >
    > <biblioentry xreflabel=" (2005)" xml:id="VC05">
    > <authorgroup>
    > <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    > <editor><personname><firstname>Julie A.</firstname><surname>Chowen</surname></personname></editor>
    > </authorgroup>
    >
    > <biblioset relation="book">
    > <citetitle pubwork="book">THE GROWTH HORMONE/INSULIN-LIKE GROWTH FACTOR AXIS DURING DEVELOPMENT</citetitle>
    > <pubdate>2005</pubdate>
    > <series>ADVANCES IN EXPERIMENTAL MEDICINE AND BIOLOGY</series>
    > </biblioset>
    > <biblioid class="doi">10.1007/b106814</biblioid>
    > <biblioid class="isbn">978-0387-25119-6</biblioid>
    > </biblioentry>
    >
    > Series throws an error in validation: 'not allowed'.
    >
    > I would like to know how to place the series field.
    >
    > Thanks a lot!
    >
    > Bernhard
    >
    > --
    > spitzhalde9
    > D-79853 lenzkirchbernhard.kleine@gmx.netwww.b-kleine.com, www.urseetal.net
    > -
    > thunderbird mit enigmail
    > GPG schlüssel: D5257409
    > fingerprint:
    > 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >
    >
    >
    > --
    > spitzhalde9
    > D-79853 lenzkirchbernhard.kleine@gmx.netwww.b-kleine.com, www.urseetal.net
    > -
    > thunderbird mit enigmail
    > GPG schlüssel: D5257409
    > fingerprint:
    > 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >
    >

    --
    Dave Pawson
    XSLT XSL-FO FAQ.
    Docbook FAQ.

    </bernhard.kleine@gmx.net></bernhard.kleine@gmx.net></bernhard.kleine@gmx.net>


  • 9.  Re: [docbook-apps] Seriesinfo tag not respected

    Posted 11-18-2018 09:22
    This is the header for the biblioentry shown in the previous mail.


    schematypens="http://relaxng.org/ns/structure/1.0"?>
    type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>

    <bibliography version="5.1" xml:lang="en"
        xmlns="http://docbook.org/ns/docbook"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        xmlns:ns="http://docbook.org/ns/docbook">

    Am 18.11.2018 um 09:56 schrieb Dave Pawson:
    > https://tdg.docbook.org/tdg/5.1/
    >
    > Again, no seriesinfo element?
    > IIRC the tdg is generated from the schema?
    >
    > Bob / Norm would need to state which is definitive.
    >
    > https://tdg.docbook.org/tdg/5.1/set.html is set any more 
    > helpful?
    >
    > regards  
    >
    >
    > On Sun, 18 Nov 2018 at 08:13, Bernhard Kleine <bernhard.kleine@gmx.net
    > <mailto:bernhard.kleine@gmx.net>> wrote:
    >
    > Hi Dave,
    >
    > in https://tdg.docbook.org/tdg/5.1/ch02.html#s.bibliography there
    > is the seriesinfo tag, however, there is an validation error with
    > seriesinfo:
    >
    > <biblioentry xreflabel=" (2005)" xml:id="VC05">
    >    <authorgroup>
    >        
    > <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    >         <editor><personname><firstname>Julie
    > A.</firstname><surname>Chowen</surname></personname></editor>
    >    </authorgroup>
    >
    >     <biblioset relation="book">
    >         <citetitle pubwork="book">THE GROWTH
    > HORMONE/INSULIN-LIKE GROWTH FACTOR AXIS DURING
    > DEVELOPMENT</citetitle>
    >         <pubdate>2005</pubdate>
    >     </biblioset>
    >     <seriesinfo>
    >        
    >     </seriesinfo>
    >     <biblioid class="doi">10.1007/b106814</biblioid>
    >     <biblioid class="isbn">978-0387-25119-6</biblioid>
    > </biblioentry>
    >
    > Regards
    >
    > Bernhard
    >
    > Am 18.11.2018 um 07:31 schrieb Dave Pawson:
    >> https://tdg.docbook.org/tdg/5.1/
    >>
    >> There is no series element Bernhard?
    >>
    >> regards
    >> On Sat, 17 Nov 2018 at 20:12, Bernhard Kleine <bernhard.kleine@gmx.net> <mailto:bernhard.kleine@gmx.net> wrote:
    >>> I found another identifier which I cannot find in docbook5: series
    >>>
    >>> </biblioentry><biblioentry xreflabel=" (2005)" xml:id="VC05">
    >>> <authorgroup>
    >>> <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    >>> <editor><personname><firstname>Julie A.</firstname><surname>Chowen</surname></personname></editor>
    >>> </authorgroup>
    >>>
    >>> <biblioset relation="book">
    >>> <citetitle pubwork="book">THE GROWTH HORMONE/INSULIN-LIKE GROWTH FACTOR AXIS DURING DEVELOPMENT</citetitle>
    >>> <pubdate>2005</pubdate>
    >>> <series>ADVANCES IN EXPERIMENTAL MEDICINE AND BIOLOGY</series>
    >>> </biblioset>
    >>> <biblioid class="doi">10.1007/b106814</biblioid>
    >>> <biblioid class="isbn">978-0387-25119-6</biblioid>
    >>> </biblioentry>
    >>>
    >>> Series throws an error in validation: 'not allowed'.
    >>>
    >>> I would like to know how to place the series field.
    >>>
    >>> Thanks a lot!
    >>>
    >>> Bernhard
    >>>
    >>> --
    >>> spitzhalde9
    >>> D-79853 lenzkirch
    >>> bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    >>> www.b-kleine.com <http://www.b-kleine.com>, www.urseetal.net <http://www.urseetal.net>
    >>> -
    >>> thunderbird mit enigmail
    >>> GPG schlüssel: D5257409
    >>> fingerprint:
    >>> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >
    > --
    > spitzhalde9
    > D-79853 lenzkirch
    > bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    > www.b-kleine.com <http://www.b-kleine.com>, www.urseetal.net <http://www.urseetal.net>
    > -
    > thunderbird mit enigmail
    > GPG schlüssel: D5257409
    > fingerprint:
    > 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >
    >
    >
    > --
    > Dave Pawson
    > XSLT XSL-FO FAQ.
    > Docbook FAQ.

    --
    spitzhalde9
    D-79853 lenzkirch
    bernhard.kleine@gmx.net
    www.b-kleine.com, www.urseetal.net
    -
    thunderbird mit enigmail
    GPG schlüssel: D5257409
    fingerprint:
    08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09




  • 10.  Re: [docbook-apps] Seriesinfo tag not respected

    Posted 11-18-2018 09:37
    How are you validating the xml instance please Bernhard?
    Simple method, against the .rng schema, using Jing
    (https://github.com/relaxng/jing-trang)
    See if you still get an error?

    HTH


    On Sun, 18 Nov 2018 at 09:22, Bernhard Kleine <bernhard.kleine@gmx.net>
    wrote:

    > This is the header for the biblioentry shown in the previous mail.
    >
    >
    > > <http://docbook.org/xml/5.1/rng/docbook.rng> schematypens=
    > "http://relaxng.org/ns/structure/1.0"
    > <http://relaxng.org/ns/structure/1.0>?>
    > > <http://docbook.org/xml/5.1/sch/docbook.sch> type="application/xml"
    > schematypens="http://purl.oclc.org/dsdl/schematron"
    > <http://purl.oclc.org/dsdl/schematron>?>
    >
    > <bibliography version="5.1" xml:lang="en"
    > xmlns="http://docbook.org/ns/docbook" <http://docbook.org/ns/docbook>
    > xmlns:xlink="http://www.w3.org/1999/xlink"
    > <http://www.w3.org/1999/xlink>
    > xmlns:ns="http://docbook.org/ns/docbook"
    > <http://docbook.org/ns/docbook>>
    >
    > Am 18.11.2018 um 09:56 schrieb Dave Pawson:
    >
    > https://tdg.docbook.org/tdg/5.1/
    >
    > Again, no seriesinfo element?
    > IIRC the tdg is generated from the schema?
    >
    > Bob / Norm would need to state which is definitive.
    >
    > https://tdg.docbook.org/tdg/5.1/set.html is set any more
    > helpful?
    >
    > regards
    >
    >
    > On Sun, 18 Nov 2018 at 08:13, Bernhard Kleine <bernhard.kleine@gmx.net>
    > wrote:
    >
    >> Hi Dave,
    >>
    >> in https://tdg.docbook.org/tdg/5.1/ch02.html#s.bibliography there is the
    >> seriesinfo tag, however, there is an validation error with seriesinfo:
    >>
    >> <biblioentry xreflabel=" (2005)" xml:id="VC05">
    >> <authorgroup>
    >>
    >> <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    >> <editor><personname><firstname>Julie
    >> A.</firstname><surname>Chowen</surname></personname></editor>
    >> </authorgroup>
    >>
    >> <biblioset relation="book">
    >> <citetitle pubwork="book">THE GROWTH HORMONE/INSULIN-LIKE
    >> GROWTH FACTOR AXIS DURING DEVELOPMENT</citetitle>
    >> <pubdate>2005</pubdate>
    >> </biblioset>
    >> <seriesinfo>
    >>
    >> </seriesinfo>
    >> <biblioid class="doi">10.1007/b106814</biblioid>
    >> <biblioid class="isbn">978-0387-25119-6</biblioid>
    >> </biblioentry>
    >>
    >> Regards
    >>
    >> Bernhard
    >> Am 18.11.2018 um 07:31 schrieb Dave Pawson:
    >>
    >> https://tdg.docbook.org/tdg/5.1/
    >>
    >> There is no series element Bernhard?
    >>
    >> regards
    >> On Sat, 17 Nov 2018 at 20:12, Bernhard Kleine <bernhard.kleine@gmx.net> <bernhard.kleine@gmx.net> wrote:
    >>
    >> I found another identifier which I cannot find in docbook5: series
    >>
    >> </biblioentry><biblioentry xreflabel=" (2005)" xml:id="VC05">
    >> <authorgroup>
    >> <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    >> <editor><personname><firstname>Julie A.</firstname><surname>Chowen</surname></personname></editor>
    >> </authorgroup>
    >>
    >> <biblioset relation="book">
    >> <citetitle pubwork="book">THE GROWTH HORMONE/INSULIN-LIKE GROWTH FACTOR AXIS DURING DEVELOPMENT</citetitle>
    >> <pubdate>2005</pubdate>
    >> <series>ADVANCES IN EXPERIMENTAL MEDICINE AND BIOLOGY</series>
    >> </biblioset>
    >> <biblioid class="doi">10.1007/b106814</biblioid>
    >> <biblioid class="isbn">978-0387-25119-6</biblioid>
    >> </biblioentry>
    >>
    >> Series throws an error in validation: 'not allowed'.
    >>
    >> I would like to know how to place the series field.
    >>
    >> Thanks a lot!
    >>
    >> Bernhard
    >>
    >> --
    >> spitzhalde9
    >> D-79853 lenzkirchbernhard.kleine@gmx.netwww.b-kleine.com, www.urseetal.net
    >> -
    >> thunderbird mit enigmail
    >> GPG schlüssel: D5257409
    >> fingerprint:
    >> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >>
    >> --
    >> spitzhalde9
    >> D-79853 lenzkirchbernhard.kleine@gmx.netwww.b-kleine.com, www.urseetal.net
    >> -
    >> thunderbird mit enigmail
    >> GPG schlüssel: D5257409
    >> fingerprint:
    >> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >>
    >>
    >
    > --
    > Dave Pawson
    > XSLT XSL-FO FAQ.
    > Docbook FAQ.
    >
    > --
    > spitzhalde9
    > D-79853 lenzkirchbernhard.kleine@gmx.netwww.b-kleine.com, www.urseetal.net
    > -
    > thunderbird mit enigmail
    > GPG schlüssel: D5257409
    > fingerprint:
    > 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >
    >

    --
    Dave Pawson
    XSLT XSL-FO FAQ.
    Docbook FAQ.



  • 11.  Re: [docbook-apps] Seriesinfo tag not respected

    Posted 11-18-2018 09:39
    I am using Oxygen xml editor 20.1.

    Am 18.11.2018 um 10:36 schrieb Dave Pawson:
    > How are you validating the xml instance please Bernhard?
    >   Simple method, against the .rng schema, using Jing
    > (https://github.com/relaxng/jing-trang)
    >    See if you still get an error?
    >
    > HTH
    >
    >
    > On Sun, 18 Nov 2018 at 09:22, Bernhard Kleine <bernhard.kleine@gmx.net
    > <mailto:bernhard.kleine@gmx.net>> wrote:
    >
    > This is the header for the biblioentry shown in the previous mail.
    >
    >
    > > <http://docbook.org/xml/5.1/rng/docbook.rng>
    > schematypens="http://relaxng.org/ns/structure/1.0"
    > <http://relaxng.org/ns/structure/1.0>?>
    > > <http://docbook.org/xml/5.1/sch/docbook.sch>
    > type="application/xml"
    > schematypens="http://purl.oclc.org/dsdl/schematron"
    > <http://purl.oclc.org/dsdl/schematron>?>
    >
    > <bibliography version="5.1" xml:lang="en"
    >     xmlns="http://docbook.org/ns/docbook"
    > <http://docbook.org/ns/docbook>
    >     xmlns:xlink="http://www.w3.org/1999/xlink"
    > <http://www.w3.org/1999/xlink>
    >     xmlns:ns="http://docbook.org/ns/docbook"
    > <http://docbook.org/ns/docbook>>
    >
    > Am 18.11.2018 um 09:56 schrieb Dave Pawson:
    >> https://tdg.docbook.org/tdg/5.1/
    >>
    >> Again, no seriesinfo element?
    >> IIRC the tdg is generated from the schema?
    >>
    >> Bob / Norm would need to state which is definitive.
    >>
    >> https://tdg.docbook.org/tdg/5.1/set.html is set any more 
    >> helpful?
    >>
    >> regards  
    >>
    >>
    >> On Sun, 18 Nov 2018 at 08:13, Bernhard Kleine
    >> <bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>> wrote:
    >>
    >> Hi Dave,
    >>
    >> in https://tdg.docbook.org/tdg/5.1/ch02.html#s.bibliography
    >> there is the seriesinfo tag, however, there is an validation
    >> error with seriesinfo:
    >>
    >> <biblioentry xreflabel=" (2005)" xml:id="VC05">
    >>    <authorgroup>
    >>        
    >> <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    >>         <editor><personname><firstname>Julie
    >> A.</firstname><surname>Chowen</surname></personname></editor>
    >>    </authorgroup>
    >>
    >>     <biblioset relation="book">
    >>         <citetitle pubwork="book">THE GROWTH
    >> HORMONE/INSULIN-LIKE GROWTH FACTOR AXIS DURING
    >> DEVELOPMENT</citetitle>
    >>         <pubdate>2005</pubdate>
    >>     </biblioset>
    >>     <seriesinfo>
    >>        
    >>     </seriesinfo>
    >>     <biblioid class="doi">10.1007/b106814</biblioid>
    >>     <biblioid
    >> class="isbn">978-0387-25119-6</biblioid>
    >> </biblioentry>
    >>
    >> Regards
    >>
    >> Bernhard
    >>
    >> Am 18.11.2018 um 07:31 schrieb Dave Pawson:
    >>> https://tdg.docbook.org/tdg/5.1/
    >>>
    >>> There is no series element Bernhard?
    >>>
    >>> regards
    >>> On Sat, 17 Nov 2018 at 20:12, Bernhard Kleine <bernhard.kleine@gmx.net> <mailto:bernhard.kleine@gmx.net> wrote:
    >>>> I found another identifier which I cannot find in docbook5: series
    >>>>
    >>>> </biblioentry><biblioentry xreflabel=" (2005)" xml:id="VC05">
    >>>> <authorgroup>
    >>>> <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    >>>> <editor><personname><firstname>Julie A.</firstname><surname>Chowen</surname></personname></editor>
    >>>> </authorgroup>
    >>>>
    >>>> <biblioset relation="book">
    >>>> <citetitle pubwork="book">THE GROWTH HORMONE/INSULIN-LIKE GROWTH FACTOR AXIS DURING DEVELOPMENT</citetitle>
    >>>> <pubdate>2005</pubdate>
    >>>> <series>ADVANCES IN EXPERIMENTAL MEDICINE AND BIOLOGY</series>
    >>>> </biblioset>
    >>>> <biblioid class="doi">10.1007/b106814</biblioid>
    >>>> <biblioid class="isbn">978-0387-25119-6</biblioid>
    >>>> </biblioentry>
    >>>>
    >>>> Series throws an error in validation: 'not allowed'.
    >>>>
    >>>> I would like to know how to place the series field.
    >>>>
    >>>> Thanks a lot!
    >>>>
    >>>> Bernhard
    >>>>
    >>>> --
    >>>> spitzhalde9
    >>>> D-79853 lenzkirch
    >>>> bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    >>>> www.b-kleine.com <http://www.b-kleine.com>, www.urseetal.net <http://www.urseetal.net>
    >>>> -
    >>>> thunderbird mit enigmail
    >>>> GPG schlüssel: D5257409
    >>>> fingerprint:
    >>>> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >>
    >> --
    >> spitzhalde9
    >> D-79853 lenzkirch
    >> bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    >> www.b-kleine.com <http://www.b-kleine.com>, www.urseetal.net <http://www.urseetal.net>
    >> -
    >> thunderbird mit enigmail
    >> GPG schlüssel: D5257409
    >> fingerprint:
    >> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >>
    >>
    >>
    >> --
    >> Dave Pawson
    >> XSLT XSL-FO FAQ.
    >> Docbook FAQ.
    >
    > --
    > spitzhalde9
    > D-79853 lenzkirch
    > bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    > www.b-kleine.com <http://www.b-kleine.com>, www.urseetal.net <http://www.urseetal.net>
    > -
    > thunderbird mit enigmail
    > GPG schlüssel: D5257409
    > fingerprint:
    > 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >
    >
    >
    > --
    > Dave Pawson
    > XSLT XSL-FO FAQ.
    > Docbook FAQ.

    --
    spitzhalde9
    D-79853 lenzkirch
    bernhard.kleine@gmx.net
    www.b-kleine.com, www.urseetal.net
    -
    thunderbird mit enigmail
    GPG schlüssel: D5257409
    fingerprint:
    08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09




  • 12.  Re: [docbook-apps] Seriesinfo tag not respected

    Posted 11-19-2018 06:55
    Hi Bernhard,

    I looked at the DocBook 5.1 RNG located on their web site:

    https://docbook.org/xml/5.1/rng/docbook.rng

    and there is no "seriesinfo" element defined in it so probably the
    example here needs to be updated:

    https://tdg.docbook.org/tdg/5.1/ch02.html#s.bibliography

    Regards,
    Radu

    Radu Coravu
    <oXygen/> XML Editor
    http://www.oxygenxml.com

    On 11/18/2018 11:38 AM, Bernhard Kleine wrote:
    > I am using Oxygen xml editor 20.1.
    >
    > Am 18.11.2018 um 10:36 schrieb Dave Pawson:
    >> How are you validating the xml instance please Bernhard?
    >> Simple method, against the .rng schema, using Jing
    >> (https://github.com/relaxng/jing-trang)
    >> See if you still get an error?
    >>
    >> HTH
    >>
    >>
    >> On Sun, 18 Nov 2018 at 09:22, Bernhard Kleine <bernhard.kleine@gmx.net
    >> <mailto:bernhard.kleine@gmx.net>> wrote:
    >>
    >> This is the header for the biblioentry shown in the previous mail.
    >>
    >>
    >> >> <http://docbook.org/xml/5.1/rng/docbook.rng>
    >> schematypens="http://relaxng.org/ns/structure/1.0"
    >> <http://relaxng.org/ns/structure/1.0>?>
    >> >> <http://docbook.org/xml/5.1/sch/docbook.sch>
    >> type="application/xml"
    >> schematypens="http://purl.oclc.org/dsdl/schematron"
    >> <http://purl.oclc.org/dsdl/schematron>?>
    >>
    >> <bibliography version="5.1" xml:lang="en"
    >> xmlns="http://docbook.org/ns/docbook"
    >> <http://docbook.org/ns/docbook>
    >> xmlns:xlink="http://www.w3.org/1999/xlink"
    >> <http://www.w3.org/1999/xlink>
    >> xmlns:ns="http://docbook.org/ns/docbook"
    >> <http://docbook.org/ns/docbook>>
    >>
    >> Am 18.11.2018 um 09:56 schrieb Dave Pawson:
    >>> https://tdg.docbook.org/tdg/5.1/
    >>>
    >>> Again, no seriesinfo element?
    >>> IIRC the tdg is generated from the schema?
    >>>
    >>> Bob / Norm would need to state which is definitive.
    >>>
    >>> https://tdg.docbook.org/tdg/5.1/set.html is set any more
    >>> helpful?
    >>>
    >>> regards
    >>>
    >>>
    >>> On Sun, 18 Nov 2018 at 08:13, Bernhard Kleine
    >>> <bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>> wrote:
    >>>
    >>> Hi Dave,
    >>>
    >>> in https://tdg.docbook.org/tdg/5.1/ch02.html#s.bibliography
    >>> there is the seriesinfo tag, however, there is an validation
    >>> error with seriesinfo:
    >>>
    >>> <biblioentry xreflabel=" (2005)" xml:id="VC05">
    >>> <authorgroup>
    >>>
    >>> <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    >>> <editor><personname><firstname>Julie
    >>> A.</firstname><surname>Chowen</surname></personname></editor>
    >>> </authorgroup>
    >>>
    >>> <biblioset relation="book">
    >>> <citetitle pubwork="book">THE GROWTH
    >>> HORMONE/INSULIN-LIKE GROWTH FACTOR AXIS DURING
    >>> DEVELOPMENT</citetitle>
    >>> <pubdate>2005</pubdate>
    >>> </biblioset>
    >>> <seriesinfo>
    >>>
    >>> </seriesinfo>
    >>> <biblioid class="doi">10.1007/b106814</biblioid>
    >>> <biblioid
    >>> class="isbn">978-0387-25119-6</biblioid>
    >>> </biblioentry>
    >>>
    >>> Regards
    >>>
    >>> Bernhard
    >>>
    >>> Am 18.11.2018 um 07:31 schrieb Dave Pawson:
    >>>> https://tdg.docbook.org/tdg/5.1/
    >>>>
    >>>> There is no series element Bernhard?
    >>>>
    >>>> regards
    >>>> On Sat, 17 Nov 2018 at 20:12, Bernhard Kleine <bernhard.kleine@gmx.net> <mailto:bernhard.kleine@gmx.net> wrote:
    >>>>> I found another identifier which I cannot find in docbook5: series
    >>>>>
    >>>>> </biblioentry><biblioentry xreflabel=" (2005)" xml:id="VC05">
    >>>>> <authorgroup>
    >>>>> <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    >>>>> <editor><personname><firstname>Julie A.</firstname><surname>Chowen</surname></personname></editor>
    >>>>> </authorgroup>
    >>>>>
    >>>>> <biblioset relation="book">
    >>>>> <citetitle pubwork="book">THE GROWTH HORMONE/INSULIN-LIKE GROWTH FACTOR AXIS DURING DEVELOPMENT</citetitle>
    >>>>> <pubdate>2005</pubdate>
    >>>>> <series>ADVANCES IN EXPERIMENTAL MEDICINE AND BIOLOGY</series>
    >>>>> </biblioset>
    >>>>> <biblioid class="doi">10.1007/b106814</biblioid>
    >>>>> <biblioid class="isbn">978-0387-25119-6</biblioid>
    >>>>> </biblioentry>
    >>>>>
    >>>>> Series throws an error in validation: 'not allowed'.
    >>>>>
    >>>>> I would like to know how to place the series field.
    >>>>>
    >>>>> Thanks a lot!
    >>>>>
    >>>>> Bernhard
    >>>>>
    >>>>> --
    >>>>> spitzhalde9
    >>>>> D-79853 lenzkirch
    >>>>> bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    >>>>> www.b-kleine.com <http://www.b-kleine.com>, www.urseetal.net <http://www.urseetal.net>
    >>>>> -
    >>>>> thunderbird mit enigmail
    >>>>> GPG schlüssel: D5257409
    >>>>> fingerprint:
    >>>>> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >>>
    >>> --
    >>> spitzhalde9
    >>> D-79853 lenzkirch
    >>> bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    >>> www.b-kleine.com <http://www.b-kleine.com>, www.urseetal.net <http://www.urseetal.net>
    >>> -
    >>> thunderbird mit enigmail
    >>> GPG schlüssel: D5257409
    >>> fingerprint:
    >>> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >>>
    >>>
    >>>
    >>> --
    >>> Dave Pawson
    >>> XSLT XSL-FO FAQ.
    >>> Docbook FAQ.
    >>
    >> --
    >> spitzhalde9
    >> D-79853 lenzkirch
    >> bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    >> www.b-kleine.com <http://www.b-kleine.com>, www.urseetal.net <http://www.urseetal.net>
    >> -
    >> thunderbird mit enigmail
    >> GPG schlüssel: D5257409
    >> fingerprint:
    >> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >>
    >>
    >>
    >> --
    >> Dave Pawson
    >> XSLT XSL-FO FAQ.
    >> Docbook FAQ.
    >
    > --
    > spitzhalde9
    > D-79853 lenzkirch
    > bernhard.kleine@gmx.net
    > www.b-kleine.com, www.urseetal.net
    > -
    > thunderbird mit enigmail
    > GPG schlüssel: D5257409
    > fingerprint:
    > 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >





  • 13.  Re: [docbook-apps] Seriesinfo tag not respected

    Posted 11-19-2018 09:18
    Or the RNG changed since a seriesinfo tag was obviously intended.

    Regards

    Bernhard

    Am 19.11.2018 um 07:54 schrieb Radu Coravu:
    > Hi Bernhard,
    >
    > I looked at the DocBook 5.1 RNG located on their web site:
    >
    > https://docbook.org/xml/5.1/rng/docbook.rng
    >
    > and there is no "seriesinfo" element defined in it so probably the
    > example here needs to be updated:
    >
    > https://tdg.docbook.org/tdg/5.1/ch02.html#s.bibliography
    >
    > Regards,
    > Radu
    >
    > Radu Coravu
    > <oXygen/> XML Editor
    > http://www.oxygenxml.com
    >
    > On 11/18/2018 11:38 AM, Bernhard Kleine wrote:
    >> I am using Oxygen xml editor 20.1.
    >>
    >> Am 18.11.2018 um 10:36 schrieb Dave Pawson:
    >>> How are you validating the xml instance please Bernhard?
    >>>   Simple method, against the .rng schema, using Jing
    >>> (https://github.com/relaxng/jing-trang)
    >>>    See if you still get an error?
    >>>
    >>> HTH
    >>>
    >>>
    >>> On Sun, 18 Nov 2018 at 09:22, Bernhard Kleine <bernhard.kleine@gmx.net
    >>> <mailto:bernhard.kleine@gmx.net>> wrote:
    >>>
    >>>     This is the header for the biblioentry shown in the previous mail.
    >>>
    >>>    
    >>>     >>>     <http://docbook.org/xml/5.1/rng/docbook.rng>
    >>>     schematypens="http://relaxng.org/ns/structure/1.0"
    >>>     <http://relaxng.org/ns/structure/1.0>?>
    >>>     >>>     <http://docbook.org/xml/5.1/sch/docbook.sch>
    >>>     type="application/xml"
    >>>     schematypens="http://purl.oclc.org/dsdl/schematron"
    >>>     <http://purl.oclc.org/dsdl/schematron>?>
    >>>
    >>>     <bibliography version="5.1" xml:lang="en"
    >>>         xmlns="http://docbook.org/ns/docbook"
    >>>     <http://docbook.org/ns/docbook>
    >>>         xmlns:xlink="http://www.w3.org/1999/xlink"
    >>>     <http://www.w3.org/1999/xlink>
    >>>         xmlns:ns="http://docbook.org/ns/docbook"
    >>>     <http://docbook.org/ns/docbook>>
    >>>
    >>>     Am 18.11.2018 um 09:56 schrieb Dave Pawson:
    >>>>     https://tdg.docbook.org/tdg/5.1/
    >>>>
    >>>>     Again, no seriesinfo element?
    >>>>     IIRC the tdg is generated from the schema?
    >>>>
    >>>>     Bob / Norm would need to state which is definitive.
    >>>>
    >>>>     https://tdg.docbook.org/tdg/5.1/set.html is set any more
    >>>>     helpful?
    >>>>
    >>>>     regards
    >>>>
    >>>>
    >>>>     On Sun, 18 Nov 2018 at 08:13, Bernhard Kleine
    >>>>     <bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>> wrote:
    >>>>
    >>>>         Hi Dave,
    >>>>
    >>>>         in https://tdg.docbook.org/tdg/5.1/ch02.html#s.bibliography
    >>>>         there is the seriesinfo tag, however, there is an validation
    >>>>         error with seriesinfo:
    >>>>
    >>>>         <biblioentry xreflabel=" (2005)" xml:id="VC05">
    >>>>            <authorgroup>
    >>>>
    >>>>        
    >>>> <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    >>>>                 <editor><personname><firstname>Julie
    >>>>         A.</firstname><surname>Chowen</surname></personname></editor>
    >>>>            </authorgroup>
    >>>>        
    >>>>             <biblioset relation="book">
    >>>>                 <citetitle pubwork="book">THE GROWTH
    >>>>         HORMONE/INSULIN-LIKE GROWTH FACTOR AXIS DURING
    >>>>         DEVELOPMENT</citetitle>
    >>>>                 <pubdate>2005</pubdate>
    >>>>             </biblioset>
    >>>>             <seriesinfo>
    >>>>                
    >>>>             </seriesinfo>
    >>>>             <biblioid class="doi">10.1007/b106814</biblioid>
    >>>>             <biblioid
    >>>>         class="isbn">978-0387-25119-6</biblioid>
    >>>>         </biblioentry>
    >>>>
    >>>>         Regards
    >>>>
    >>>>         Bernhard
    >>>>
    >>>>         Am 18.11.2018 um 07:31 schrieb Dave Pawson:
    >>>>>         https://tdg.docbook.org/tdg/5.1/
    >>>>>
    >>>>>         There is no series element Bernhard?
    >>>>>
    >>>>>         regards
    >>>>>         On Sat, 17 Nov 2018 at 20:12, Bernhard Kleine
    >>>>> <bernhard.kleine@gmx.net> <mailto:bernhard.kleine@gmx.net> wrote:
    >>>>>>         I found another identifier which I cannot find in
    >>>>>> docbook5: series
    >>>>>>
    >>>>>>         </biblioentry><biblioentry xreflabel=" (2005)"
    >>>>>> xml:id="VC05">
    >>>>>>            <authorgroup>
    >>>>>>                
    >>>>>> <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    >>>>>>                 <editor><personname><firstname>Julie
    >>>>>> A.</firstname><surname>Chowen</surname></personname></editor>
    >>>>>>            </authorgroup>
    >>>>>>        
    >>>>>>             <biblioset relation="book">
    >>>>>>                 <citetitle pubwork="book">THE GROWTH
    >>>>>> HORMONE/INSULIN-LIKE GROWTH FACTOR AXIS DURING
    >>>>>> DEVELOPMENT</citetitle>
    >>>>>>                 <pubdate>2005</pubdate>
    >>>>>>                 <series>ADVANCES IN EXPERIMENTAL MEDICINE AND
    >>>>>> BIOLOGY</series>
    >>>>>>             </biblioset>
    >>>>>>             <biblioid class="doi">10.1007/b106814</biblioid>
    >>>>>>             <biblioid
    >>>>>> class="isbn">978-0387-25119-6</biblioid>
    >>>>>>         </biblioentry>
    >>>>>>
    >>>>>>         Series throws an error in validation: 'not allowed'.
    >>>>>>
    >>>>>>         I would like to know how to place the series field.
    >>>>>>
    >>>>>>         Thanks a lot!
    >>>>>>
    >>>>>>         Bernhard
    >>>>>>
    >>>>>>         --
    >>>>>>         spitzhalde9
    >>>>>>         D-79853 lenzkirch
    >>>>>>         bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    >>>>>>         www.b-kleine.com <http://www.b-kleine.com>,
    >>>>>> www.urseetal.net <http://www.urseetal.net>
    >>>>>>         -
    >>>>>>         thunderbird mit enigmail
    >>>>>>         GPG schlüssel: D5257409
    >>>>>>         fingerprint:
    >>>>>>         08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >>>>
    >>>>         --
    >>>>         spitzhalde9
    >>>>         D-79853 lenzkirch
    >>>>         bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    >>>>         www.b-kleine.com <http://www.b-kleine.com>,
    >>>> www.urseetal.net <http://www.urseetal.net>
    >>>>         -
    >>>>         thunderbird mit enigmail
    >>>>         GPG schlüssel: D5257409
    >>>>         fingerprint:
    >>>>         08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >>>>
    >>>>
    >>>>
    >>>>     --
    >>>>     Dave Pawson
    >>>>     XSLT XSL-FO FAQ.
    >>>>     Docbook FAQ.
    >>>
    >>>     --
    >>>     spitzhalde9
    >>>     D-79853 lenzkirch
    >>>     bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    >>>     www.b-kleine.com <http://www.b-kleine.com>, www.urseetal.net
    >>> <http://www.urseetal.net>
    >>>     -
    >>>     thunderbird mit enigmail
    >>>     GPG schlüssel: D5257409
    >>>     fingerprint:
    >>>     08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >>>
    >>>
    >>>
    >>> --
    >>> Dave Pawson
    >>> XSLT XSL-FO FAQ.
    >>> Docbook FAQ.
    >>
    >> --
    >> spitzhalde9
    >> D-79853 lenzkirch
    >> bernhard.kleine@gmx.net
    >> www.b-kleine.com, www.urseetal.net
    >> -
    >> thunderbird mit enigmail
    >> GPG schlüssel: D5257409
    >> fingerprint:
    >> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >>
    >
    >
    >
    > ---------------------------------------------------------------------
    > To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
    > For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
    >
    --
    spitzhalde9
    D-79853 lenzkirch
    bernhard.kleine@gmx.net
    www.b-kleine.com, www.urseetal.net
    -
    thunderbird mit enigmail
    GPG schlüssel: D5257409
    fingerprint:
    08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09




  • 14.  Re: [docbook-apps] Seriesinfo tag not respected

    Posted 11-19-2018 09:24
    It's not in 5.0 either Bernhard?

    Dave
    On Mon, 19 Nov 2018 at 09:17, Bernhard Kleine <bernhard.kleine@gmx.net> wrote:
    >
    > Or the RNG changed since a seriesinfo tag was obviously intended.
    >
    > Regards
    >
    > Bernhard
    >
    > Am 19.11.2018 um 07:54 schrieb Radu Coravu:
    > > Hi Bernhard,
    > >
    > > I looked at the DocBook 5.1 RNG located on their web site:
    > >
    > > https://docbook.org/xml/5.1/rng/docbook.rng
    > >
    > > and there is no "seriesinfo" element defined in it so probably the
    > > example here needs to be updated:
    > >
    > > https://tdg.docbook.org/tdg/5.1/ch02.html#s.bibliography
    > >
    > > Regards,
    > > Radu
    > >
    > > Radu Coravu
    > > <oXygen/> XML Editor
    > > http://www.oxygenxml.com
    > >
    > > On 11/18/2018 11:38 AM, Bernhard Kleine wrote:
    > >> I am using Oxygen xml editor 20.1.
    > >>
    > >> Am 18.11.2018 um 10:36 schrieb Dave Pawson:
    > >>> How are you validating the xml instance please Bernhard?
    > >>> Simple method, against the .rng schema, using Jing
    > >>> (https://github.com/relaxng/jing-trang)
    > >>> See if you still get an error?
    > >>>
    > >>> HTH
    > >>>
    > >>>
    > >>> On Sun, 18 Nov 2018 at 09:22, Bernhard Kleine <bernhard.kleine@gmx.net
    > >>> <mailto:bernhard.kleine@gmx.net>> wrote:
    > >>>
    > >>> This is the header for the biblioentry shown in the previous mail.
    > >>>
    > >>>
    > >>> > >>> <http://docbook.org/xml/5.1/rng/docbook.rng>
    > >>> schematypens="http://relaxng.org/ns/structure/1.0"
    > >>> <http://relaxng.org/ns/structure/1.0>?>
    > >>> > >>> <http://docbook.org/xml/5.1/sch/docbook.sch>
    > >>> type="application/xml"
    > >>> schematypens="http://purl.oclc.org/dsdl/schematron"
    > >>> <http://purl.oclc.org/dsdl/schematron>?>
    > >>>
    > >>> <bibliography version="5.1" xml:lang="en"
    > >>> xmlns="http://docbook.org/ns/docbook"
    > >>> <http://docbook.org/ns/docbook>
    > >>> xmlns:xlink="http://www.w3.org/1999/xlink"
    > >>> <http://www.w3.org/1999/xlink>
    > >>> xmlns:ns="http://docbook.org/ns/docbook"
    > >>> <http://docbook.org/ns/docbook>>
    > >>>
    > >>> Am 18.11.2018 um 09:56 schrieb Dave Pawson:
    > >>>> https://tdg.docbook.org/tdg/5.1/
    > >>>>
    > >>>> Again, no seriesinfo element?
    > >>>> IIRC the tdg is generated from the schema?
    > >>>>
    > >>>> Bob / Norm would need to state which is definitive.
    > >>>>
    > >>>> https://tdg.docbook.org/tdg/5.1/set.html is set any more
    > >>>> helpful?
    > >>>>
    > >>>> regards
    > >>>>
    > >>>>
    > >>>> On Sun, 18 Nov 2018 at 08:13, Bernhard Kleine
    > >>>> <bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>> wrote:
    > >>>>
    > >>>> Hi Dave,
    > >>>>
    > >>>> in https://tdg.docbook.org/tdg/5.1/ch02.html#s.bibliography
    > >>>> there is the seriesinfo tag, however, there is an validation
    > >>>> error with seriesinfo:
    > >>>>
    > >>>> <biblioentry xreflabel=" (2005)" xml:id="VC05">
    > >>>> <authorgroup>
    > >>>>
    > >>>>
    > >>>> <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    > >>>> <editor><personname><firstname>Julie
    > >>>> A.</firstname><surname>Chowen</surname></personname></editor>
    > >>>> </authorgroup>
    > >>>>
    > >>>> <biblioset relation="book">
    > >>>> <citetitle pubwork="book">THE GROWTH
    > >>>> HORMONE/INSULIN-LIKE GROWTH FACTOR AXIS DURING
    > >>>> DEVELOPMENT</citetitle>
    > >>>> <pubdate>2005</pubdate>
    > >>>> </biblioset>
    > >>>> <seriesinfo>
    > >>>>
    > >>>> </seriesinfo>
    > >>>> <biblioid class="doi">10.1007/b106814</biblioid>
    > >>>> <biblioid
    > >>>> class="isbn">978-0387-25119-6</biblioid>
    > >>>> </biblioentry>
    > >>>>
    > >>>> Regards
    > >>>>
    > >>>> Bernhard
    > >>>>
    > >>>> Am 18.11.2018 um 07:31 schrieb Dave Pawson:
    > >>>>> https://tdg.docbook.org/tdg/5.1/
    > >>>>>
    > >>>>> There is no series element Bernhard?
    > >>>>>
    > >>>>> regards
    > >>>>> On Sat, 17 Nov 2018 at 20:12, Bernhard Kleine
    > >>>>> <bernhard.kleine@gmx.net> <mailto:bernhard.kleine@gmx.net> wrote:
    > >>>>>> I found another identifier which I cannot find in
    > >>>>>> docbook5: series
    > >>>>>>
    > >>>>>> </biblioentry><biblioentry xreflabel=" (2005)"
    > >>>>>> xml:id="VC05">
    > >>>>>> <authorgroup>
    > >>>>>>
    > >>>>>> <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    > >>>>>> <editor><personname><firstname>Julie
    > >>>>>> A.</firstname><surname>Chowen</surname></personname></editor>
    > >>>>>> </authorgroup>
    > >>>>>>
    > >>>>>> <biblioset relation="book">
    > >>>>>> <citetitle pubwork="book">THE GROWTH
    > >>>>>> HORMONE/INSULIN-LIKE GROWTH FACTOR AXIS DURING
    > >>>>>> DEVELOPMENT</citetitle>
    > >>>>>> <pubdate>2005</pubdate>
    > >>>>>> <series>ADVANCES IN EXPERIMENTAL MEDICINE AND
    > >>>>>> BIOLOGY</series>
    > >>>>>> </biblioset>
    > >>>>>> <biblioid class="doi">10.1007/b106814</biblioid>
    > >>>>>> <biblioid
    > >>>>>> class="isbn">978-0387-25119-6</biblioid>
    > >>>>>> </biblioentry>
    > >>>>>>
    > >>>>>> Series throws an error in validation: 'not allowed'.
    > >>>>>>
    > >>>>>> I would like to know how to place the series field.
    > >>>>>>
    > >>>>>> Thanks a lot!
    > >>>>>>
    > >>>>>> Bernhard
    > >>>>>>
    > >>>>>> --
    > >>>>>> spitzhalde9
    > >>>>>> D-79853 lenzkirch
    > >>>>>> bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    > >>>>>> www.b-kleine.com <http://www.b-kleine.com>,
    > >>>>>> www.urseetal.net <http://www.urseetal.net>
    > >>>>>> -
    > >>>>>> thunderbird mit enigmail
    > >>>>>> GPG schlüssel: D5257409
    > >>>>>> fingerprint:
    > >>>>>> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    > >>>>
    > >>>> --
    > >>>> spitzhalde9
    > >>>> D-79853 lenzkirch
    > >>>> bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    > >>>> www.b-kleine.com <http://www.b-kleine.com>,
    > >>>> www.urseetal.net <http://www.urseetal.net>
    > >>>> -
    > >>>> thunderbird mit enigmail
    > >>>> GPG schlüssel: D5257409
    > >>>> fingerprint:
    > >>>> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    > >>>>
    > >>>>
    > >>>>
    > >>>> --
    > >>>> Dave Pawson
    > >>>> XSLT XSL-FO FAQ.
    > >>>> Docbook FAQ.
    > >>>
    > >>> --
    > >>> spitzhalde9
    > >>> D-79853 lenzkirch
    > >>> bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    > >>> www.b-kleine.com <http://www.b-kleine.com>, www.urseetal.net
    > >>> <http://www.urseetal.net>
    > >>> -
    > >>> thunderbird mit enigmail
    > >>> GPG schlüssel: D5257409
    > >>> fingerprint:
    > >>> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    > >>>
    > >>>
    > >>>
    > >>> --
    > >>> Dave Pawson
    > >>> XSLT XSL-FO FAQ.
    > >>> Docbook FAQ.
    > >>
    > >> --
    > >> spitzhalde9
    > >> D-79853 lenzkirch
    > >> bernhard.kleine@gmx.net
    > >> www.b-kleine.com, www.urseetal.net
    > >> -
    > >> thunderbird mit enigmail
    > >> GPG schlüssel: D5257409
    > >> fingerprint:
    > >> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    > >>
    > >
    > >
    > >
    > > ---------------------------------------------------------------------
    > > To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
    > > For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
    > >
    > --
    > spitzhalde9
    > D-79853 lenzkirch
    > bernhard.kleine@gmx.net
    > www.b-kleine.com, www.urseetal.net
    > -
    > thunderbird mit enigmail
    > GPG schlüssel: D5257409
    > fingerprint:
    > 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >


    --
    Dave Pawson
    XSLT XSL-FO FAQ.
    Docbook FAQ.



  • 15.  Re: [docbook-apps] Seriesinfo tag not respected

    Posted 11-19-2018 11:40
    Hi Bernhard,

    Use <bibliomisc role="serie">Name</bibliomisc>, it will get processed by
    iso690.serie template.

    Use seriesvolnums if you need to identify the volume.

    Peter


    On 19/11/2018 07:54, Radu Coravu wrote:
    > Hi Bernhard,
    >
    > I looked at the DocBook 5.1 RNG located on their web site:
    >
    > https://docbook.org/xml/5.1/rng/docbook.rng
    >
    > and there is no "seriesinfo" element defined in it so probably the
    > example here needs to be updated:
    >
    > https://tdg.docbook.org/tdg/5.1/ch02.html#s.bibliography
    >
    > Regards,
    > Radu
    >
    > Radu Coravu
    > <oXygen/> XML Editor
    > http://www.oxygenxml.com
    >
    > On 11/18/2018 11:38 AM, Bernhard Kleine wrote:
    >> I am using Oxygen xml editor 20.1.
    >>
    >> Am 18.11.2018 um 10:36 schrieb Dave Pawson:
    >>> How are you validating the xml instance please Bernhard?
    >>>   Simple method, against the .rng schema, using Jing
    >>> (https://github.com/relaxng/jing-trang)
    >>>    See if you still get an error?
    >>>
    >>> HTH
    >>>
    >>>
    >>> On Sun, 18 Nov 2018 at 09:22, Bernhard Kleine <bernhard.kleine@gmx.net
    >>> <mailto:bernhard.kleine@gmx.net>> wrote:
    >>>
    >>>     This is the header for the biblioentry shown in the previous mail.
    >>>
    >>>    
    >>>     >>>     <http://docbook.org/xml/5.1/rng/docbook.rng>
    >>>     schematypens="http://relaxng.org/ns/structure/1.0"
    >>>     <http://relaxng.org/ns/structure/1.0>?>
    >>>     >>>     <http://docbook.org/xml/5.1/sch/docbook.sch>
    >>>     type="application/xml"
    >>>     schematypens="http://purl.oclc.org/dsdl/schematron"
    >>>     <http://purl.oclc.org/dsdl/schematron>?>
    >>>
    >>>     <bibliography version="5.1" xml:lang="en"
    >>>         xmlns="http://docbook.org/ns/docbook"
    >>>     <http://docbook.org/ns/docbook>
    >>>         xmlns:xlink="http://www.w3.org/1999/xlink"
    >>>     <http://www.w3.org/1999/xlink>
    >>>         xmlns:ns="http://docbook.org/ns/docbook"
    >>>     <http://docbook.org/ns/docbook>>
    >>>
    >>>     Am 18.11.2018 um 09:56 schrieb Dave Pawson:
    >>>>     https://tdg.docbook.org/tdg/5.1/
    >>>>
    >>>>     Again, no seriesinfo element?
    >>>>     IIRC the tdg is generated from the schema?
    >>>>
    >>>>     Bob / Norm would need to state which is definitive.
    >>>>
    >>>>     https://tdg.docbook.org/tdg/5.1/set.html is set any more
    >>>>     helpful?
    >>>>
    >>>>     regards
    >>>>
    >>>>
    >>>>     On Sun, 18 Nov 2018 at 08:13, Bernhard Kleine
    >>>>     <bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>> wrote:
    >>>>
    >>>>         Hi Dave,
    >>>>
    >>>>         in https://tdg.docbook.org/tdg/5.1/ch02.html#s.bibliography
    >>>>         there is the seriesinfo tag, however, there is an validation
    >>>>         error with seriesinfo:
    >>>>
    >>>>         <biblioentry xreflabel=" (2005)" xml:id="VC05">
    >>>>            <authorgroup>
    >>>>
    >>>> <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    >>>> <editor><personname><firstname>Julie
    >>>> A.</firstname><surname>Chowen</surname></personname></editor>
    >>>>            </authorgroup>
    >>>>        
    >>>>             <biblioset relation="book">
    >>>>                 <citetitle pubwork="book">THE GROWTH
    >>>>         HORMONE/INSULIN-LIKE GROWTH FACTOR AXIS DURING
    >>>>         DEVELOPMENT</citetitle>
    >>>>                 <pubdate>2005</pubdate>
    >>>>             </biblioset>
    >>>>             <seriesinfo>
    >>>>                
    >>>>             </seriesinfo>
    >>>>             <biblioid class="doi">10.1007/b106814</biblioid>
    >>>>             <biblioid
    >>>> class="isbn">978-0387-25119-6</biblioid>
    >>>>         </biblioentry>
    >>>>
    >>>>         Regards
    >>>>
    >>>>         Bernhard
    >>>>
    >>>>         Am 18.11.2018 um 07:31 schrieb Dave Pawson:
    >>>>> https://tdg.docbook.org/tdg/5.1/
    >>>>>
    >>>>>         There is no series element Bernhard?
    >>>>>
    >>>>>         regards
    >>>>>         On Sat, 17 Nov 2018 at 20:12, Bernhard Kleine
    >>>>> <bernhard.kleine@gmx.net> <mailto:bernhard.kleine@gmx.net> wrote:
    >>>>>>         I found another identifier which I cannot find in
    >>>>>> docbook5: series
    >>>>>>
    >>>>>>         </biblioentry><biblioentry xreflabel=" (2005)"
    >>>>>> xml:id="VC05">
    >>>>>>            <authorgroup>
    >>>>>> <editor><personname><firstname>Isabel</firstname><surname>Varela-Nieto</surname></personname></editor>
    >>>>>> <editor><personname><firstname>Julie
    >>>>>> A.</firstname><surname>Chowen</surname></personname></editor>
    >>>>>>            </authorgroup>
    >>>>>>        
    >>>>>>             <biblioset relation="book">
    >>>>>>                 <citetitle pubwork="book">THE GROWTH
    >>>>>> HORMONE/INSULIN-LIKE GROWTH FACTOR AXIS DURING
    >>>>>> DEVELOPMENT</citetitle>
    >>>>>>                 <pubdate>2005</pubdate>
    >>>>>>                 <series>ADVANCES IN EXPERIMENTAL MEDICINE AND
    >>>>>> BIOLOGY</series>
    >>>>>>             </biblioset>
    >>>>>>             <biblioid class="doi">10.1007/b106814</biblioid>
    >>>>>>             <biblioid
    >>>>>> class="isbn">978-0387-25119-6</biblioid>
    >>>>>>         </biblioentry>
    >>>>>>
    >>>>>>         Series throws an error in validation: 'not allowed'.
    >>>>>>
    >>>>>>         I would like to know how to place the series field.
    >>>>>>
    >>>>>>         Thanks a lot!
    >>>>>>
    >>>>>>         Bernhard
    >>>>>>
    >>>>>>         --
    >>>>>>         spitzhalde9
    >>>>>>         D-79853 lenzkirch
    >>>>>>         bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    >>>>>>         www.b-kleine.com <http://www.b-kleine.com>,
    >>>>>> www.urseetal.net <http://www.urseetal.net>
    >>>>>>         -
    >>>>>>         thunderbird mit enigmail
    >>>>>>         GPG schlüssel: D5257409
    >>>>>>         fingerprint:
    >>>>>>         08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >>>>
    >>>>         --
    >>>>         spitzhalde9
    >>>>         D-79853 lenzkirch
    >>>>         bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    >>>>         www.b-kleine.com <http://www.b-kleine.com>,
    >>>> www.urseetal.net <http://www.urseetal.net>
    >>>>         -
    >>>>         thunderbird mit enigmail
    >>>>         GPG schlüssel: D5257409
    >>>>         fingerprint:
    >>>>         08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >>>>
    >>>>
    >>>>
    >>>>     --
    >>>>     Dave Pawson
    >>>>     XSLT XSL-FO FAQ.
    >>>>     Docbook FAQ.
    >>>
    >>>     --
    >>>     spitzhalde9
    >>>     D-79853 lenzkirch
    >>>     bernhard.kleine@gmx.net <mailto:bernhard.kleine@gmx.net>
    >>>     www.b-kleine.com <http://www.b-kleine.com>, www.urseetal.net
    >>> <http://www.urseetal.net>
    >>>     -
    >>>     thunderbird mit enigmail
    >>>     GPG schlüssel: D5257409
    >>>     fingerprint:
    >>>     08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >>>
    >>>
    >>>
    >>> --
    >>> Dave Pawson
    >>> XSLT XSL-FO FAQ.
    >>> Docbook FAQ.
    >>
    >> --
    >> spitzhalde9
    >> D-79853 lenzkirch
    >> bernhard.kleine@gmx.net
    >> www.b-kleine.com, www.urseetal.net
    >> -
    >> thunderbird mit enigmail
    >> GPG schlüssel: D5257409
    >> fingerprint:
    >> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
    >>
    >
    >
    >
    > ---------------------------------------------------------------------
    > To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
    > For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
    >