xml - XSL: Document is empty -
when seek view xml tree error
"this page contains next errors:
error on line 5 @ column 1: document empty"
here xsl line 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>
link: http://infd.birdnest.org/~grangere2/csci441/books.xsl
are applying xsl xml correctly ? example, using random xml document found that'll work xsl:
saxon http://tinyurl.com/a5bcf42 http://infd.birdnest.org/~grangere2/csci441/books.xsl
or
xsltproc http://infd.birdnest.org/~grangere2/csci441/books.xsl http://tinyurl.com/a5bcf42
xml xslt document
No comments:
Post a Comment