Dears,
I tried to extract xml from below.
but when we traverse it is only giving me values without tag using xslt.
Input:
<Message>
<Test1>
<ComponentID>4130</ComponentID>
<ProductId>281119747809265858</ProductId>
</Test1>
<ProductTypeId>713119747765799789</ProductTypeId>
<Name>Financial loan</Name>
<ProductStructureType>100001</ProductStructureType>
<ProductStructureValue>Structure 01</ProductStructureValue>
<ProductLastUpdateDate>2007-12-12 11:48:12.658</ProductLastUpdateDate>
</Message>
Expected Output:
<Test1>
<ComponentID>4130</ComponentID>
<ProductId>281119747809265858</ProductId>
</Test1>
But after traverse we are getting only below value no complete tag:
4130
281119747809265858
Please suggest xslt
thankyou
#DataPower#Support#SupportMigration