執行以以下程式碼開頭的 XSLT 頁面時遇到此錯誤:
<?xml version="1.0" encoding="windows-1256"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:include href="../header.xsl"/> <xsl:template match="/"> <xsl:call-template name="pstyle"/> <xsl:call-template name="Validation"/> <xsl:variable name="strLang"> <xsl:value-of select="//lang"/> </xsl:variable>
以上是為什麼我的 XSLT 出現「不允許 XML 處理指令目標」錯誤?的詳細內容。更多資訊請關注PHP中文網其他相關文章!