<?xml version="1.0" encoding="utf-8" ?> 

<enriched-content>

  <property id = "isbn" value = "{isbns}" />
  <property id = "upc"  value = "{upcs}"  />
  <property id = "oclc" value = "{oclcs}" />


  <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}"
  />

  <content-def
    id   = "syndetics-summary"
    type = "xml"
    cond = "( {use-syndetic-enhanced-content} eq 1 ) and ( {syndetics-client-code} not empty ) and ( {contentcfg-summary} eq 1 ) and ( {disp-content-summary} eq 1 )"
    url  = "{syndetics-url}"
    file = "SUMMARY.XML"
    xsl  = "/Js/sd-hit-list-summary.xsl"
  />
  <region>
    <content-ref>syndetics-summary</content-ref>
  </region>
</enriched-content>
