Project

Profile

Help

java.lang.NullPointerException while streaming » Example1.xml

Gerben Abbink, 2014-04-24 20:13

 
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="BookCatalogue.xsl"?>
<BookCatalogue>
<Book>
<Title>Six Great Ideas</Title>
<Author>Mortimer J. Adler</Author>
<Date>1981</Date>
<ISBN>0-02-072020-3</ISBN>
<Publisher>Macmillan Publishing Company</Publisher>
</Book>
<Book>
<Title>Illusions</Title>
<Author>Richard Bach</Author>
<Date>1977</Date>
<ISBN>0-440-34319-4</ISBN>
<Publisher>Dell Publishing Co.</Publisher>
</Book>
<Book>
<Title>The First and Last Freedom</Title>
<Author>J. Krishnamurti</Author>
<Date>1954</Date>
<ISBN>0-06-064831-7</ISBN>
<Publisher>Harper &amp; Row</Publisher>
</Book>
</BookCatalogue>
(2-2/3)