<?xml version="1.0" encoding="utf-8" ?> 

<enriched-content>

  <!-- content from syndetics -->

  <property
    id    = "syndetics-url"
    value = "{syndetics-base-url}isbn={isbn}/{file}&amp;client={syndetics-client-code}&amp;type=xw12&amp;upc={upc}&amp;oclc={oclc}"
  />

  <property
    id    = "syndetics-index"
    value = "{syndetics-base-url}isbn={isbn}/INDEX.XML&amp;client={syndetics-client-code}&amp;type=xw12&amp;upc={upc}&amp;oclc={oclc}"
  />

  <property id = "do-syndetics"  value = "( {use-syndetic-enhanced-content} eq 1 ) and ( {syndetics-client-code} not empty )" />

  <property id = "do-summary"    value = "( {contentcfg-summary} eq 1 ) and ( {disp-content-summary} eq 1 )"       />
  <property id = "do-lj-review"  value = "( {contentcfg-ljreview} eq 1 ) and ( {disp-content-ljreview} eq 1 )"     />
  <property id = "do-pw-review"  value = "( {contentcfg-review} eq 1 ) and ( {disp-content-review} eq 1 )"         />
  <property id = "do-slj-review" value = "( {contentcfg-sljreview} eq 1 ) and ( {disp-content-sljreview} eq 1 )"   />
  <property id = "do-bl-review"  value = "( {contentcfg-blreview} eq 1 ) and ( {disp-content-blreview} eq 1 )"     />
  <property id = "do-ch-review"  value = "( {contentcfg-chreview} eq 1 ) and ( {disp-content-chreview} eq 1 )"     />
  <property id = "do-a-notes"    value = "( {contentcfg-author-bio} eq 1 ) and ( {disp-content-author-bio} eq 1 )" />
  <property id = "do-toc"        value = "( {contentcfg-toc} eq 1 ) and ( {disp-content-toc} eq 1 )"               />

  <content-def
    id   = "syndetics-summary"
    type = "indexed-syndetics-xml"
    cond = "{do-syndetics} and {do-summary}"
    url  = "{syndetics-url}"
    file = "SUMMARY.XML"
    xsl  = "/Js/syndetics-summary.xsl"
    idx  = "{syndetics-index}"
  />

  <content-def
    id   = "syndetics-library-journal-review"
    type = "indexed-syndetics-xml"
    cond = "{do-syndetics} and {do-lj-review}"
    url  = "{syndetics-url}"
    file = "LJREVIEW.XML"
    xsl  = "/Js/syndetics-library-journal-review.xsl"
    idx  = "{syndetics-index}"
  />

  <content-def
    id   = "syndetics-publishers-weekly-review"
    type = "indexed-syndetics-xml"
    cond = "{do-syndetics} and {do-pw-review}"
    url  = "{syndetics-url}"
    file = "PWREVIEW.XML"
    xsl  = "/Js/syndetics-publishers-weekly-review.xsl"
    idx  = "{syndetics-index}"
  />

  <content-def
    id   = "syndetics-school-library-journal-review"
    type = "indexed-syndetics-xml"
    cond = "{do-syndetics} and {do-slj-review}"
    url  = "{syndetics-url}"
    file = "SLJREVIEW.XML"
    xsl  = "/Js/syndetics-school-library-journal-review.xsl"
    idx  = "{syndetics-index}"
  />

  <content-def
    id   = "syndetics-booklist-review"
    type = "indexed-syndetics-xml"
    cond = "{do-syndetics} and {do-bl-review}"
    url  = "{syndetics-url}"
    file = "BLREVIEW.XML"
    xsl  = "/Js/syndetics-booklist-review.xsl"
    idx  = "{syndetics-index}"
  />

  <content-def
    id   = "syndetics-choice-review"
    type = "indexed-syndetics-xml"
    cond = "{do-syndetics} and {do-ch-review}"
    url  = "{syndetics-url}"
    file = "CHREVIEW.XML"
    xsl  = "/Js/syndetics-choice-review.xsl"
    idx  = "{syndetics-index}"
  />

  <content-def
    id   = "syndetics-author-notes"
    type = "indexed-syndetics-xml"
    cond = "{do-syndetics} and {do-a-notes}"
    url  = "{syndetics-url}"
    file = "ANOTES.XML"
    xsl  = "/Js/syndetics-author-notes.xsl"
    idx  = "{syndetics-index}"
  />

  <content-def
    id   = "syndetics-toc"
    type = "indexed-syndetics-xml"
    cond = "{do-syndetics} and {do-toc}"
    url  = "{syndetics-url}"
    file = "TOC.XML"
    xsl  = "/Js/syndetics-toc.xsl"
    idx  = "{syndetics-index}"
  />

  <region>
    <content-ref>syndetics-summary                      </content-ref>
    <content-ref>syndetics-library-journal-review       </content-ref>
    <content-ref>syndetics-publishers-weekly-review     </content-ref>
    <content-ref>syndetics-school-library-journal-review</content-ref>
    <content-ref>syndetics-booklist-review              </content-ref>
    <content-ref>syndetics-choice-review                </content-ref>
    <content-ref>syndetics-author-notes                 </content-ref>
    <content-ref>syndetics-toc                          </content-ref>
  </region>
</enriched-content>
