用xsl显示html效果    

  用xsl显示html效果 [榴莲甲 发表于 2006-5-11 9:51:14]
 
用xsl显示html效果

test.xml




 entry with images
 August 09, 2003
 Kevin
 000033
 http://alazanto.org/xml/archives/000033.xml
 http://www.w3.org/1999/xhtml">
  class="archive" align="right" src="http://alazanto.org/images/sample.jpg"
  alt="photograph of a flower, just for show"/>Mauris felis elit, varius
  quis, pulvinar vel, sodales vehicula, mi. Nunc elementum pharetra elit.
 

]]>
 
 http://www.w3.org/1999/xhtml">>
 http://alazanto.org/xml/archives/000033_comments.xml
 6

 

test.xsl


http://www.w3.org/1999/XSL/Transform" version="1.0">










 


关键一句是:
disable-output-escaping="yes"
 
 

关联文档