I am using XSLT to convert XML to HTML. I am having trouble figuring out how to deal with embedded XML nodes for formatting. For example, let\'s say I have the XML element:<
You should use xsl:copy to copy the i node .
http://msdn.microsoft.com/en-us/library/ms256128.aspx