<NumberOfRooms>424</NumberOfRooms> <Rise>Mid</Rise> <MaximumOccupancy>3 (3 adults/2 children)</MaximumOccupancy>
<hotelInformation> <item name="Number of Rooms">424 </item> <item name="Rise">Mid </item> <item name="Maximum Occupancy">3 (3 adults/2 children) </item> </hotelInformation>
<xsl:template match="hotelInformation"> <table> <xsl:for-each select="*"> <tr> <td><xsl:value-of select="local-name()" /></td> <td><xsl:value-of select="." /></td> </tr> </xsl:for-each> </table> </xsl:template>
hotelInformation