Export Configs XML block

From VYRE

Jump to: navigation, search

Contents

Abstract

This XML block is shown in various XML outputs where information about Export Configuration appears.

Element list

XPath Presence
/pdf-templates Always
/pdf-templates/pdf For each PDF template
/pdf-templates/pdf@id For each PDF template
/pdf-templates/pdf/title For each PDF template
/pdf-templates/pdf/path For each PDF template, references item of current context (usually parent XML element)

Example

<data-item id="123">
  <pdf-templates>
    <pdf id="1">
      <title>PDF template #1 title</title>  
      <path>/vyre4/servlet/pdf/item.pdf?ITEM_ENT_ID=112934&amp;amp;ITEM_VERSION=1&amp;amp;PDF_TEMPLATE_ID=1</path> 
    </pdf> 
  </pdf-templates>  
</data-item>

See also

Personal tools