MultipleChoice
Using regular expressions, which matches 'a' or 'b'?
OptionsMultipleChoice
Given the XML Document below:
<nds dtdversion='3.5' ndsversion='8.x'>
<source>
<contact>Novell, Inc.</contact>
</source>
<input>
<value type='structured'>
<component name='faxNumber'>801-555-1212</component>
<component name='faxBitCount'>0</component>
<component name='faxParameters'/>
</value>
<value type='string'>Frank Jones</value>
<value type='string'>Frank</value>
<value type='string'>Frank.Jones@da.org</value>
<value type='string'>Jones</value>
</input>
</nds>
Within the Policy Builder Rule Conditions, what value will the XPATH Statement '@from-merge='true'' return?
Options