The detail panel displays nodes and attributes of the selected
XML file.
Click the xpath button to view the XML path that should
be used to reference the selected node in the XML document. The box
at the top of the overview panel changes to display this information.
Note:
Fields in multiple lists. Note that the generated XPath
expression refers to lists using a generic “list” reference. For example: /pageBody/list/listBody/field[@name=’FIELD_NAME’]. If a service has a field that appears in more than one list, the
above XPath may not be sufficient for referencing that field. In this
case, references to the XPath should be adjusted to include the list
name. The list name is visible in the overview panel. To add the list
name, use [@name=’LIST_NAME’]. For example: /pageBody/list[@name=’LIST_NAME’]/listBody/field[@name=’FIELD_NAME’].
Copyright © 2007, 2016, Oracle and/or its affiliates. All rights reserved. Documentation build: 2.5.2016 10:21:45 [T1_1454696505000]