[Bond-users] Error parsing XML file?
jasen at tyreal.treshna.com
jasen at tyreal.treshna.com
Wed Jan 28 18:58:48 EST 2009
On Wed, Jan 28, 2009 at 01:38:53PM +0900, Shay Telfer wrote:
> Hi...
>
> I'm running bond 3.1.3 on Windows and I keep getting (in the output log):
>
> Bond repository has been created. Preparing to parse the xml document.
> <src/xmlinit.c:190 uixml_init();> Parsing the document
> Error: src/xmlinit.c: 166: uixml_init_xml(): Error parsing xmlfile pigeon.xml
> Error: src/bondmain.c: 222: bond_init(): Parsing XML failed.
>
> I've also tried this with members.xml with the same problem.
> Also, is there a list of the bondfrontend.exe commandline options,
> rather than having to read the source?
there's only 2 :^)
-c configfilename
-v config_setting=value
there are however a large number of configuration options, but none of them
are likely to help.
to get them all you'd need to search the source for "bcconfig_getvalue"
the error message you are seeing indicates that libxml has baulked due to a
xml syntax error, libxml puts useful debugging information on stderr.
Unfortunately windows doesn't display it.
are you compiling bondfrontend or using a provided binary?
More information about the Bond-users
mailing list