XSLT to generate html tags specified in XML

后端 未结 2 1308
栀梦
栀梦 2021-01-15 08:23

So this may be a strange request but I\'ll give it a go. I have an xml document



  Si         


        
2条回答
  •  不知归路
    2021-01-15 08:46

    you need to wrap your "<" in a text node with disable-output-escaping like this:

    
    
      
      
        
          
          
          
            
              <>
              
              </>
            
          
        
      
    
    

提交回复
热议问题