[Index]

xml


A type that converts it's XML contents into a String.

Property Summary

arooaContext  
xml This is only used internally.

Example Summary

Example 1 Capture XML in a variable.

Property Detail

arooaContext

Configured ByELEMENT
AccessWRITE_ONLY

xml

Configured ByATTRIBUTE
AccessWRITE_ONLY
RequiredIrrelevant.

This is only used internally. It can't be set via configuration because all contents are converted into text XML.


Examples

Example 1

Capture XML in a variable.

<oddjob>
    <job>
        <sequential>
            <jobs>
                <variables id="vars">
                    <myXML>
                        <xml>
                            <some-xml>
                                Some Text
                            </some-xml>
                        </xml>
                    </myXML>
                </variables>
            </jobs>
        </sequential>
    </job>
</oddjob>


(c) Rob Gordon 2005 - 2017