天天看点

XSLT转换标准xhtml的代码

 <xsl:output    method="html" media-type="text/html" encoding="gb2312" indent="yes" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" />     

    <xsl:template match="report"> 

<HTML xmlns="http://www.w3.org/1999/xhtml"> 

...

 本文转自 xcf007 51CTO博客,原文链接:http://blog.51cto.com/xcf007/143182,如需转载请自行联系原作者

继续阅读