Subject:mixed content mapping Author:(Deleted User) Date:06 Oct 2008 10:38 AM
Hi Larry,
Mapper can help you mapping the XML elements, but in order to pick the right text node you will have to complete the mapping by manually adding the <xsl:value-of select="temp/text()[2]"/> instructions.
However, if your mapping is only going to change the names of the XML elements, it's better if you write an identity transformation that preserves all the data and only changes the names.