0
當我嘗試查看我的XML樹我得到這個錯誤XSL:文件是空
「此頁包含以下錯誤:第1欄第
第5行錯誤:文件是空的」
這裏是我的XSL 5號線:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<?xml-stylesheet type="text/xsl" href="books.xsl"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="books">
<html>
<head>
鏈接:http://infd.birdnest.org/~grangere2/CSCI441/books.xsl
爲什麼你有一個XSL樣式錶鏈接到您的XSL文件? – Oded 2013-02-12 21:42:16
href =「books.xsl」不存在於他的鏈接中... – 2013-02-13 02:40:47