search for: xmlparsererror

Displaying 6 results from an estimated 6 matches for "xmlparsererror".

Did you mean: _xmlparsererror
2002 Oct 12
1
XML package
...ll complains about mismatched header and lib files, which suggests, perhaps, that the test in configure uses something system specific. It works if I point explicitly to the include files for xml1. Both xml1 and xml2 are in /sw, because they come from fink. Maybe use xmlConf.sh or xml2Conf.sh 2. xmlParserError is defined in libxml, but Utils.o tried to override it with a new definition. That does not work in OS X, unless one specifies explicitly that that is what one wants. Adding "-Xlinker -m" to the link of XML.so indicates we need the first definition we come across, which is the one in Util...
2005 Aug 23
8
Web Services testing... Agile Book p. 435
I am attempting to test the web services added during chapter 20 of the Agile book. The code as written in the book yields 2 errors: test_find_product_by_id(BackendControllerApiTest): XMLParserError: syntax error Anyone hit this yet and get it to work? Thanks. Ken _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2002 Apr 06
2
packages in OS X
...=========== Complicated/interface packages which compile (almost) out-of-the-box ======================================================================= RPgSQL RmSQL RMySQL gtk RGtk (although we need to add a typedef for ulong to gtkAccessors.c) RSPerl XML (this gives a multiple defined symbol for xmlParserError, which is defined in Utils.c but also in libxml.dylib -- I commented out the routine in Utils.c, but this may be a bit heavy handed). Rpy rpvm RObjectTables ======================================================================= CRAN packages I have not tried yet (because I don't have/use the...
2003 Sep 09
1
Building XML package for MacOS X
...R INSTALL -c -l /usr/local/R/library XML_0.94-1.tar.gz : : : gcc -bundle -flat_namespace -undefined suppress -L/sw/lib -L/usr/local/lib -o XML.so DocParse.o EventParse.o ExpatParse.o HTMLParse.o RSDTD.o RUtils.o Utils.o XMLEventParse.o XMLTree.o -lz -lxml2 ld: multiple definitions of symbol _xmlParserError Utils.o definition of _xmlParserError in section (__TEXT,__text) /usr/local/lib/libxml2.dylib(libxml2.2.5.9.dylib-master.o) definition of _xmlParserError make: *** [XML.so] Error 1 ERROR: compilation failed for package 'XML' How can I fix the problem? I have tried compiling straight sourc...
2010 Mar 11
1
parse an HTML page with verbose error message (using XML)
I'm using the function htmlParse() in the XML package, and I need a little bit help on error handling while parsing an HTML page. So far I can use either the default way: # error = xmlErrorCumulator(), by default library(XML) doc = htmlParse("http://www.public.iastate.edu/~pdixon/stat500/") # the error message is: # htmlParseStartTag: invalid element name or the tryCatch()
2003 Oct 09
2
building XML-0.95-1 on MacOS
...g produced the following error: gcc -bundle -flat_namespace -undefined suppress -L/sw/lib -L/usr/local/lib -o XML.so DocParse.o EventParse.o ExpatParse.o HTMLParse.o RSDTD.o RUtils.o Utils.o XMLEventParse.o XMLTree.o -L/sw/lib -lxml -lz -lz -lxml -lcc_dynamic ld: multiple definitions of symbol _xmlParserError Utils.o definition of _xmlParserError in section (__TEXT,__text) /sw/lib/libxml.dylib(error.lo) definition of _xmlParserError make: *** [XML.so] Error 1 ERROR: compilation failed for package 'XML' I saw that back in September there was a discussion about fixing this problem that involved...