- From: John Erickson <john_erickson@hplb.hpl.hp.com>
- Date: Fri, 16 Jun 2000 08:45:05 -0400
- To: <www-rdf-comments@w3.org>
- Message-ID: <00d201bfd7a1$91bef2a0$7294190f@hpl.hp.com>
Hi! I attempted Chris Waterson's Mozilla example (from the "rdf:in fifty words or less" article, http://www.mozilla.org/rdf/50-words.html), with the following result: Errors Fatal Error: Reference must end with ';'. (line 5, column 95)Internal error java.lang.NullPointerException The submitted code (the rdf:Description line is the offending line, allegedly...): <?xml version="1.0"?> <rdf:RDF xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#" xmlns:sm="http://www.mozilla.org/smart-mail/schema#"> <rdf:Description about="http://www.mozilla.org/smart-mail/get-mail.cgi?user=waterson&folder=inbox"> <sm:message id="4025293"> <sm:recipient> Chris Waterson "waterson@netscape.com" </sm:recipient> <sm:sender> Aunt Helga "helga@netcenter.net" </sm:sender> <sm:received-by>x-wing.mcom.com</sm:received-by> <sm:subject>Great recipe for Yam Soup!</sm:subject> <sm:body> http://www.mozilla.org/smart-mail/get-body.cgi?id=4025293 </sm:body> </sm:message> <sm:message id="4025294"> <sm:recipient> Chris Waterson "waterson@netscape.com" </sm:recipient> <sm:sender> Sarah Waterson "waterson.2@postbox.acs.ohio-state.edu" </sm:sender> <sm:received-by>x-wing.mcom.com</sm:received-by> <sm:subject>We won our ultimate game</sm:subject> <sm:body> http://www.mozilla.org/smart-mail/get-body.cgi?id=4025294 </sm:body> </sm:message> </rdf:Description> </rdf:RDF> | John S. Erickson, Ph.D. | Hewlett-Packard Laboratories | Norwich, Vermont USA | 802-649-1683 (vox) 802-649-1695 (fax) | john_erickson@hpl.hp.com
Received on Friday, 16 June 2000 10:34:49 UTC