How can you deal with embedded XML tags in XSLT?

前端 未结 4 817
鱼传尺愫
鱼传尺愫 2020-12-31 09:25

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:<

4条回答
  •  长发绾君心
    2020-12-31 09:41

    You should use xsl:copy to copy the i node .

    http://msdn.microsoft.com/en-us/library/ms256128.aspx

        
    
        
        
          
            
              
                        
              
          
        
    
      
提交回复
热议问题