Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
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>
Tagged:
0