transform xml using xslt (1 Viewer)

gammaman

Registered User.
Local time
Today, 00:00
Joined
Jun 3, 2013
Messages
16
I am trying to transform my xml using xslt so that I can load it into access tables in the way that I want. I have no experience at all with xslt

Please see the attached xml input file and desired xml output file. (It does not appear I can upload .xml, so I saved files as .txt)

Basicaly I [FONT=&quot]want RecordId and irs:SSN included in the <CoveredIndividualName>

[/FONT]
Code:
  [COLOR=black]- <CoveredIndividualName>[/COLOR]
  [COLOR=blue]     <RecordId>4</RecordId> [/COLOR]
        <PersonFirstNm>Rita</PersonFirstNm> 
        <PersonLastNm>Rex</PersonLastNm> 
  [COLOR=blue]      <irs:SSN>987654321</irs:SSN> [/COLOR]
    </CoveredIndividualName>
Please help. Thanks.
 

Attachments

  • xmli.txt
    1.4 KB · Views: 84
  • xmlout.txt
    1.6 KB · Views: 97

Users who are viewing this thread

Top Bottom