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: FFFF,0000,0000"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