×
Menu
Index

3.2.11.2.8. Extended XML Conversion Export Module

3.2.11.2.8. Extended XML Conversion Export Module
 
The Extended XML Report export adds the possibility of generating XML files with custom nodes or node trees.
Whereas the XML Report export writes the data line by line without a parser the Extended XML Report export uses a DOM parser.
 
The configuration to the left will generate the data below.
<?xml version="1.0" encoding="utf-8" ?>
<dataroot>
    <document>
        <Sender>
            <UserName>peterchan</UserName>
        </Sender>
        <RecipientList>
            <Recipient>
                <FaxNumber>29600032</FaxNumber>
                <Company>ABC Company Limited</Company>
            </Recipient>
        </RecipientList>
        <DocumentList>
            <Document>
                <Document>BESTLOGO2_Acrobat100_201108.pdf</Document>
            </Document>
        </DocumentList>
    </document>
</dataroot>
 
 
 
1

Node Customisation

1. Node Customisation
Add custom nodes or node trees by using the Add to node field. Separate nodes by using the pipe "|" character.