-
Hy,
i attached a file to give an example when node ordering is instructed wrongly.
it seems, that ordering is affected, when mozilla parser dynamicly decides to invent proper node elements, like
this might be same with different combinations.
i marked the lines within attachment
greetings mica.
2009-09-28 18:18:09 UTC by nobody
-
I have the following code that worked on xp
final String BASE_PATH = "C:/Users/Steve/workspace/MozillaParser-v-0-3-0/MozillaParser-v-0-3-0/dist/windows/MozillaParser.dll";
System.out.println("test");
String mozillaBin = "C:/Users/Steve/workspace/MozillaParser-v-0-3-0/bin";
MozillaParser.init(BASE_PATH, mozillaBin);
I...
2009-08-31 02:43:11 UTC by tyweed
-
Hi,
I am able to successfully use mozilla parser on my leopard machine but when i try to run the same program on Tiger (OS X 10.4.1) m/c with intel processor i get the below run time error and the program crashes,
dyld: Symbol not found: _close$UNIX2003
Referenced from: /<path>/libMozillaParser.jnilib
Expected in: /usr/lib/libSystem.B.dylib
dyld: lazy symbol binding...
2008-12-23 07:05:10 UTC by gchinni
-
antalnovak committed revision 124 to the Java Mozilla Html Parser SVN repository, changing 1 files.
2008-11-24 13:58:40 UTC by antalnovak
-
antalnovak committed revision 123 to the Java Mozilla Html Parser SVN repository, changing 2 files.
2008-11-24 13:30:20 UTC by antalnovak
-
ohad7 committed revision 122 to the Java Mozilla Html Parser SVN repository, changing 1 files.
2008-10-28 10:19:47 UTC by ohad7
-
ohad7 committed revision 121 to the Java Mozilla Html Parser SVN repository, changing 1 files.
2008-10-25 23:50:59 UTC by ohad7
-
The JNICALL macro should be added to getenv and setenv in EnvironmentController.cpp:
JNIEXPORT void JNICALL Java_com_dappit_Dapper_parser_EnviromentController_setenv
JNIEXPORT jstring JNICALL Java_com_dappit_Dapper_parser_EnviromentController_getenv.
2008-10-25 02:17:30 UTC by chengas123
-
The commnets in EnvironmentController.h do not match the javah output. I've attached a corrected file.
I'm also curious as to why JNICALL is missing.
2008-10-25 01:57:15 UTC by chengas123
-
ohad7 committed revision 120 to the Java Mozilla Html Parser SVN repository, changing 1 files.
2008-10-22 01:38:09 UTC by ohad7