天天看點

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,如需轉載請自行聯系原作者

繼續閱讀