Here is an excerpt of my input xml. I need to create an exact copy of this xml with only one change – the value of the element <FinancialNumber> should be formatted as a string of 5 characters – for example, in this case 1 should be replaced with “00001”. There are multiple occurrences of this element across the file. Any help would be appreciated.
<SuperRecord>
<TransmissionData>
<DocumentID>100</DocumentID>
<CreatedDateTime>2011-02-22</CreatedDateTime>
</TransmissionData>
<ReportingParty>
<RoutingID>234</RoutingID>
<ReportedFinancialSummary>
<FinancialType>DLSubsidized</FinancialAwardType>
<FinancialYear>2011</FinancialAwardYear>
<TotalCount>5</TotalCount>
<TotalReported>13750.00</TotalReportedAward>
<Index>
<SSN>36523125</SSN>
<BirthDate>1992-05-19-04:00</BirthDate>
<LastName>TRU</LastName>
</Index>
<TEACH>
<FinancialYear>2011</FinancialAwardYear>
[B]<FinancialNumber>1</FinancialAwardNumber>[/B]
</TEACH>
</SuperRecord>