How to get all attribute in one node — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to get all attribute in one node

Summary:

Hi Experts,

I need your assistance.

I'm currently working on XSL files to get values in the XML files. I want to show all the attributes separately in one node.

The current codes show this result:

The expected result should be:

Version (include the version you are using, if applicable):

Code Snippet (add any code snippets that support your topic, if applicable):

</xsl:for-each>
<xsl:for-each select="Driver_License_Type_Dtls_h/Driver_License_Type_Dtls">
<DriverLicenceData>
<Person_Drivers_License_Per_ID>
<xsl:value-of select="Driver_License_Type_Dtls/Person_Drivers_License_Per_ID"/>
</Person_Drivers_License_Per_ID>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!