Expand my Community achievements bar.

Editing an XML from within Adobe LiveCycle Designer

Avatar

Former Community Member
Hello everyone,



I have a Live Cycle Application and before attaching the XML file to an email I need to edit the file. I need to remove '__leadSelected="true" __selected="false" ' from all the nodes. On the sample XML file below, this occurs 3 times.



Any help will be highly appreciated.



Best regards,

Mike



<Ztrip_Maintain_Input xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/" __leadSelected="true" __selected="false" xfa:dataNode="dataGroup">

<Employeenumber>00000000</Employeenumber>

<Output __leadSelected="true" __selected="false">

<Employeenum>00000000</Employeenum>

<Tripnumber>0000000000</Tripnumber>

<Receipts __leadSelected="false" __selected="false">

<Share_Perc />

<Shorttxt />

<Rec_Amount>0</Rec_Amount>

<Receiptno>0</Receiptno>

<Rec_Rate_Cm>0</Rec_Rate_Cm>

<Rec_Rate>0</Rec_Rate>

<Exp_Type />

<Paper_Receipt>false</Paper_Receipt>

<Rec_Paycurr />

<Rec_Refnr />

<Receipt_Ok>false</Receipt_Ok>

</Receipts>

</Output>

</Ztrip_Maintain_Input>
0 Replies