<?xml version="1.0" encoding="utf-8" ?> 

<enriched-content>

  <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    = "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 = "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 )" />

  <content-def
    id   = "syndetics-summary"
    type = "indexed-syndetics-xml"
    cond = "{do-syndetics} and {do-summary}"
    url  = "{syndetics-url}"
    file = "SUMMARY.XML"
    xsl  = "/Js/syndetics-item-summary.xsl"
    idx  = "{syndetics-index}"
  />

  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

  <property
    id    = "novelist-similar-authors-url"
    value = "{novelist-base-url}Services/NovelistSelect.asmx/FindSimilarAuthors?prof={novelist-prof}&amp;pwd={novelist-pwd}&amp;authType=profile&amp;isbn={isbns}&amp;numrecs=10"
  />

  <property
    id    = "novelist-similar-titles-url"
    value = "{novelist-base-url}Services/NovelistSelect.asmx/FindSimilarSearch?prof={novelist-prof}&amp;pwd={novelist-pwd}&amp;authType=profile&amp;isbn={isbns}&amp;numrecs=10"
  />

  <content-def
    id   = "novelist-similar-authors"
    type = "hit-list-similar-authors"
    cond = "( {use-novelist-enhanced-content} eq 1 ) and ( {isbns} not empty ) and ( {novelist-prof} not empty ) and ( {novelist-pwd} not empty ) and ( {use-novelist-authors} eq 1 )"

    ord  = "{ordinal}"
    dgif = "{down-gif}"
    wurl = "{webcat-url}"
    wses = "{session}"
    isbn = "{isbns}"

    urla = "{novelist-similar-authors-url}"
    urlt = "{novelist-similar-titles-url}"
    prof = "{novelist-prof}"
    pswd = "{novelist-pwd}"
  />

  <content-def
    id   = "novelist-similar-titles"
    type = "hit-list-similar-titles"
    cond = "( {use-novelist-enhanced-content} eq 1 ) and ( {isbns} not empty ) and ( {novelist-prof} not empty ) and ( {novelist-pwd} not empty ) and ( {use-novelist-titles} ne 0 )"

    ord  = "{ordinal}"
    dgif = "{down-gif}"
    wurl = "{webcat-url}"
    wses = "{session}"
    isbn = "{isbns}"

    urla = "{novelist-similar-authors-url}"
    urlt = "{novelist-similar-titles-url}"
    prof = "{novelist-prof}"
    pswd = "{novelist-pwd}"
  />

  <region>
    <content-ref>syndetics-summary</content-ref>
    <content-ref>novelist-similar-authors</content-ref>
    <content-ref>novelist-similar-titles</content-ref>
  </region>
</enriched-content>
