bayonne-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bayonne-devel] Re: BayonneXML sample please


From: greg . morgan
Subject: [Bayonne-devel] Re: BayonneXML sample please
Date: Mon, 28 Jul 2003 08:54:40 -0700

Alain,

This was the clue, "not well formed."  In XML parlance that means there is something wrong with your XML file.

<?xml version="1.0" encoding="UTF-8"> is missing a trailing question mark between the 8 quote and greater than sign.  Hopefully the webmail client I am using won't botch this response.  A simple heading is

<?xml version="1.0"?>

Yours should be

<?xml version="1.0" encoding="UTF-8"?>

Greg  Morgan


 

 

Hi all,

My config :
bayonne 1.3.0
driver oh323

My script test.scr :
.xml bayonne
bayonnexml url="">exit
compile well.


I try to test a simple XML file :
<?xml version="1.0" encoding="UTF-8">
<bayonnexml>
<block>
<answer/>
<hangup/>
</block>
</bayonnexml>

but bayonne keeps saying :
XML: Parsing http://localhost/bayonnexml/test/index.xml - not well formed

Where am i wrong ?

Where to consult BayonneXML samples ?

Is CallXML available and useable with bayonne 1.3.0 ?

regards,

Alain


reply via email to

[Prev in Thread] Current Thread [Next in Thread]