XML Utilities DSC

compared with
Current by Lachlan Aldred
on Apr 02, 2009 12:58.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (13)

View page history
Please check out these following articles for scenarios where XML Utilities DSC will be used: 
 
[Processing XML Data with Arbitrary Namespaces and Prefixes within A SOAP Envelope|Processing XML Data with Arbitrary Namespaces and Prefixes within a SOAP Envelope] 
 


h3. Component: com.avoka.livecycle.xmlutil 8.0
Insert XML Data: Retrieves data from an XML document and inserts data into another XML document.
|| Input Parameter || Type || Description || Editor ||
| Input Repeat Element XPath | java.lang.String | An XPath expression that evaluates to the repeating element in the input XML variable.| |
| Starting Row Index | java.lang.String | A numerical value to specify the starting row index to read from the input XML data, 0 used by default to read starting form the first row of data.| |
| Number of rows to read | java.lang.String | A numerical value to specify the number of rows to read from the input XML data, -1 used by default to read all rows of data.| |
| Output Repeat Element XPath | java.lang.String | An XPath expression that evaluates to the repeating element in the input output XML variable.| |
| |
| Starting Row Index | java.lang.String |
A numerical value to specify the starting row index to read from the input XML data, 0 used by default to read starting form the first row of data
| |
| Number of rows to read | java.lang.String |
A numerical value to specify the number of rows to read from the input XML data, -1 used by default to read all rows of data
| |
| Output Repeat Element XPath | java.lang.String |
An XPath expression that evaluates to the repeating element in the output XML variable
| |
| Copy Everything | java.lang.Boolean |
| Copy Everything | java.lang.Boolean | If the check box is selected, all data from the input XML will be copied to the output XML and only repeating element names will be changed.| |
| |
| Source destination mapping | java.util.List | The mapping is used to read only source data and save it into destination data for each repeating XML element.| |
The mapping is used to read only source data and save it into destination data for each repeating XML element.
| |
| Append or Overwrite | java.lang.String | If 'Append' is selected, the data will be appended to the output XML, otherwise it will be overwritten.| |
If 'Append' is selected, the data will be appended to the output XML, otherwise it will be overwritten.
| |