A simple thing to do but I have a brain blockage this morning and would like some help.

I have the following XML...

<IntegrationMessage>
<RoutingSlip>
<NewMessageType>
<Market>
</Market>
</NewMessageType>
</RoutingSlip>
<XML>
<NewFile>
-----
-----

I want to extract off using XSLT everything under the XML node so I am left with the following...

<NewFile>
------
------

Thanks in advance for your help.

<xsl:template match="descendant::XML">
!--Your code will go here-->
</xsl:template>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.