Title: HTMLEntities.res not found

I apologize in advance if this question has been asked before but the archives are not available at the moment....

I am having problems getting Xalan to locate the HTMLEntities.res file.  The only place that is seems to be picked up is if I drop a copy into the directory where I launch my app from.  I am working on Windows 2000 and xalan.jar is in my classpath.  Any help with this would be appreciated....

I am initializing the Serializer like:

        Serializer serializer = SerializerFactory.getSerializer (OutputProperties.getDefaultMethodProperties("html"));

The end result if a FileNotFoundException.  I've looked through the code a bit and it appears that the HTMLEntities.res file is first tried as a resource and if that fails it attempts to load it as a URL, which would explain why it is found when in the directory from where I launch the app.  What I can't figure out though is why it isn't found as a resource.....

thanks,
-mike

Reply via email to