Question: How can I enable the Guththila parser? To enable Guththila we need to build the source with Guththila. We cannot use Guththila if Axis2/C is not built with Guththila Enabled. To build the Axis2/C with Guththila
In Windows we have to put the ENABLE_GUTHTHILA = 1 in the build/win32/configure.in file. In Linux we have to specify the configuration option –enable-guththila=yes. In the VC project this is little bit difficult. We have to add the guththila project to the existing Axis2/C solution. Then in the axis2_parser project, we have to remove the libxml wrapper files and add the guththila_wrapper files. Also in the axis2_parser project we have to change the include files and linker input files (libs) to corresponding guththila files (guththila.lib and guththila/include). Hope this will answer the question. Regards, Supun. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
