7.5

Table Of Contents
Keyboard Shortcuts
Click in the Data Pane and use any of the following keyboard shortcuts to navigate in the Data Pane.
HOME, END: Move the currently active cell to the first field of the current record (HOME), or the last field of the cur-
rent record (END). This shortcut collapses the current data selection to only the currently active cell.
PAGE DOWN, PAGE UP: See Use the Data Selector to Create a Data Selection .
CTRL+PAGE DOWN, CTRL+PAGE UP: See Use the Data Selector to Create a Data Selection .
SHIFT+ARROW: Use the Data Selector to Create a Data Selection .
ALT+ARROW: Use the Data Selector to Create a Data Selection .
SHIFT+HOME, SHIFT+END: Use the Data Selector to Create a Data Selection .
CTRL+SHIFT+ARROW: Use the Data Selector to Create a Data Selection .
ARROW: Use the Data Selector to Create a Data Selection .
2. Click OK.
About PlanetPress Design XPath
In supporting XML programming functionality, PlanetPress Design data selection makes use of a proprietary version of XPath.
The proprietary version of XPath is derived from the W3C standard XPath. In the context of PlanetPress Design, XPath selects
data from the XML file that is associated with a PlanetPress Design document and is used in the data emulation.
In XPath, there are various types of nodes: element, attribute, text, namespace, processing-instruction, comment, and doc-
ument (root) nodes. XML documents are treated as trees of nodes. The root of the tree is called the document node (or root
node).
The characteristics of PlanetPress Talk XPath are:
l Uses a 1-based system. This means XPath accesses the first element in the XML structure using the predicate [1]. W3C
XPath also uses base 1.
l Returns a single value only. Each time PlanetPress Talk XPath encounters an element that is not indexed in the XML
structure, an index of [1] is returned instead, thus returning the value of the first element.
l Returns the content of the specified tag—meaning the W3C XPath command /text() is inherent in PlanetPress Design
XPath.
l Does not read values or attributes of the top level node if the Second Element emulation option is enabled in the Data
Selector dialog box.
PlanetPress Design XPath uses the following subset of W3C XPath:
Syntax Description
/agency/crew Navigates the data file content in a standard way
/agency/crew[1]
PlanetPress Design XPath supports simple indexing embedded in square brackets.
Result
Selects the first crew element that is the child of the agency element.
* Matches any element node
/name() Obtains the name of the elements tag
@ Obtains an attribute
Any remaining XPath expressions and syntax used by W3C XPath are not implemented by PlanetPress Talk XPath.
PDFData Selections
PDF data selections are used when your sample data file uses the PDF Emulation.
The following options appear in a the Data section of any data selection object's properties when using this emulation:
Fonts and Styles
©2010 Objectif Lune Inc - 145 -