skip to main content
Drivers Only Available for 32-Bit Platforms : The XML Driver : Using Hints for Tabular-Formatted XML Documents : Column Mode Identifier
 

Try DataDirect Drivers Now
Column Mode Identifier
The following examples illustrate the use of the optional column mode identifier.

Example 5

Table Hint:
Row Hint: //Item \column attr
The row nodes are named Item. The table node is the parent of the row nodes. The columns are attributes of the row node.

Example 6

Table Hint:
Row Hint: //Item \column child
The row nodes are the nodes named Item. The table node is the parent of the row nodes. The columns are attributes of the row node.