SAC ParserFactory problem

Hi there

In the example given at: http://www.w3.org/TR/SAC/DemoSAC.java the code 
in main is as follows:

source.setByteStream(stream);
source.setURI(uri.toString());
Parser parser = ParserFactory.makeParser();

yet I get the error: "non-static method makeParser() cannot be 
referenced from a static context"

I am using SAC 1.3.

Can anyone help, or offer an accurate example? I cant seem to find any 
other examples for this API. Any help would be useful

Many thanks

Colin

Received on Saturday, 6 December 2003 08:07:58 UTC