RDF API draft method problems

Hi, I’m working on an Honours thesis at Edith Cowan University in Western
Australia. I was hoping to search an RDF/XML document with SiLRI but first I
need to get SiRPAC working. I cam across the following problems with your
rdf-api

I tried to Run the example:

java org.w3c.rdf.examples.ParseAndSerialize
http://www-db.stanford.edu/~melnik/

I’m using VisualAge for java and was given the following feedback

method - org.w3c.rdf.util.RDFFactorylmpl.createModel() has two problems

1. the field named_findindex for type named
org.w3c.rdf.implementation.model.ModelImpl has an undefined return type
FindIndex
2. the type named FindIndex is not defined

when I tried to run SiRPAC I got the following feedback:

Warning: using the default XML parser AElfred (com.microstar.xml.SAXDriver).
Override for IBM xml4j is: -Dorg.xml.sax.parser=com.ibm.xml.parser.SAXDriver
Error during parsing: Fatal Error: expected character (found "p") (expected
"=") (line 1, column 18)
expected character (found "p") (expected "=")
	java.lang.Throwable()
	java.lang.Exception()
	org.xml.sax.SAXException(java.lang.String)
	org.xml.sax.SAXParseException(java.lang.String, java.lang.String,
java.lang.String, int, int)
	void com.microstar.xml.SAXDriver.error(java.lang.String, java.lang.String,
int, int)
	void com.microstar.xml.XmlParser.error(java.lang.String, java.lang.String,
java.lang.String)
	void com.microstar.xml.XmlParser.error(java.lang.String, char,
java.lang.String)
	void com.microstar.xml.XmlParser.require(char)
	void com.microstar.xml.XmlParser.parseEq()
	void com.microstar.xml.XmlParser.parseAttribute(java.lang.String)
	void com.microstar.xml.XmlParser.parseElement()
	void com.microstar.xml.XmlParser.parseDocument()
	void com.microstar.xml.XmlParser.doParse(java.lang.String,
java.lang.String, java.io.Reader, java.io.InputStream, java.lang.String)
	void com.microstar.xml.XmlParser.parse(java.lang.String, java.lang.String,
java.io.Reader)
	void com.microstar.xml.SAXDriver.parse(org.xml.sax.InputSource)
	void org.w3c.rdf.implementation.syntax.sirpac.SiRPAC.fetchRDF()
	void
org.w3c.rdf.implementation.syntax.sirpac.SiRPAC.parse(org.xml.sax.InputSource,
 org.w3c.rdf.syntax.RDFConsumer)
	void org.w3c.rdf.implementation.syntax.sirpac.SiRPAC.main(java.lang.String
[])


any suggestions would be appreciated

Alison






_______________________________________________________
Say Bye to Slow Internet!
http://www.home.com/xinbox/signup.html

Received on Sunday, 3 September 2000 06:41:51 UTC