Place of publication, usually a city, such as New York or London.
The <publisher-loc> element is used in two contexts:
<!ELEMENT publisher-loc (#PCDATA %publisher-loc-elements;)* >
(#PCDATA | addr-line | country | fax | institution | institution-wrap | phone | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | break)*
Any combination of:
<element-citation>, <mixed-citation>, <product>, <publisher>, <related-article>, <related-object>
In metadata:
...
<book-meta>
<book-id>...</book-id>
<book-title-group>
<book-title>Sequence - Evolution - Function</book-title>
<subtitle>Computational Approaches in Comparative Genomics</subtitle>
</book-title-group>
...
<publisher>
<publisher-name>Kluwer Academic Publishers</publisher-name>
<publisher-loc>Norwell, MA</publisher-loc>
</publisher>
<permissions>
<copyright-statement>© 2003 by Kluwer Academic Publishers.</copyright-statement>
<copyright-year>2003</copyright-year>
</permissions>
<abstract>...</abstract>
</book-meta>
...
In an element-style bibliographic reference (punctuation and spacing removed):
... <ref> <element-citation publication-type="book" publication-format="print"> <person-group person-group-type="editor"> <name><surname>Chaponnier</surname> <given-names>Christine</given-names></name> <name><surname>Desmoulière</surname> <given-names>Alexis</given-names></name> <name><surname>Gabbiani</surname> <given-names>Giulio</given-names></name> </person-group> <source>Tissue Repair, Contraction and the Myofibroblast</source> <publisher-loc>Georgetown (TX)</publisher-loc> <publisher-name>Landes Bioscience</publisher-name> <publisher-loc>New York</publisher-loc> <publisher-name>Springer Verlag</publisher-name> <year iso-8601-date="2006">2006</year> <size units="pages">153 p</size> <series>Biotechnology Intelligence Unit</series> </element-citation> </ref> ...
In a mixed-style bibliographic reference (punctuation and spacing preserved):
... <ref> <mixed-citation publication-type="book" publication-format="print"> <string-name><surname>Chaponnier</surname> <given-names>Christine</given-names></string-name>, <string-name><surname>Desmoulière</surname> <given-names>Alexis</given-names></string-name>, <string-name><surname>Gabbiani</surname> <given-names>Giulio</given-names></string-name>, editors. <source>Tissue Repair, Contraction and the Myofibroblast</source>. <publisher-loc>Georgetown (TX)</publisher-loc>: <publisher-name>Landes Bioscience</publisher-name>; <publisher-loc>New York</publisher-loc>: <publisher-name>Springer Verlag</publisher-name>; <year iso-8601-date="2006">2006</year>. <size units="pages">153 p</size>. (<series>Biotechnology Intelligence Unit</series>).</mixed-citation> </ref> ...