使用JSTL的xml標籤,分析顯示xml文件,遇到中文亂碼問題。xml檔使用utf-8、jsp使用utf-8、html字元集設定為utf-8,按說應該不出現亂碼。 .cxml的內容如下:
<x:parse var="parsedDoc"> <c:import url="test.cxml" charEncoding="utf-8"></c:import> </x:parse> <h1>读取内容:</h1> <x:out select="$parsedDoc/Collection/Items/Item[@Id=0]/Description"/><br>
以上是詳解JSTL讀取xml中文亂碼解決的案例的詳細內容。更多資訊請關注PHP中文網其他相關文章!