<?xml version="1.0" encoding="utf-8" ?> 

<enriched-content>

  <property
    id    = "novelist-url"
    value = "{novelist-base-url}Services/NovelistSelect.asmx/{cmd}?prof={novelist-prof}&amp;pwd={novelist-pwd}&amp;authType=&amp;ipprof=&amp;isbn={isbn}&amp;numrecs=2"
  />

  <property
    id    = "novelist-full-text-content-url"
    value = "{novelist-base-url}Services/NovelistSelect.asmx/GetFullTextContent?prof={novelist-prof}&amp;pwd={novelist-pwd}&amp;authType=&amp;ipprof=&amp;ui=[ui]&amp;numrecs=2"
  />

  <content-def
    id   = "related-novelist-content"
    type = "xml-tree"
    cond = "( {use-novelist-enhanced-content} eq 1 ) and ( {isbn} not empty ) and ( {novelist-prof} not empty ) and ( {novelist-pwd} not empty ) and ( {use-novelist-related} eq 1 )"
    url  = "{novelist-url}"
    cmd  = "NovelistContentSearch"
    xsl  = "/Js/tree.xsl"
    full = "{novelist-full-text-content-url}"
  />

  <region>
    <content-ref>related-novelist-content</content-ref>
  </region>
</enriched-content>
