| Article: |
Serve Your iCal Calendars Using WebDAV | |
| Subject: | Expat error? XML errors | |
| Date: | 2003-02-06 14:33:51 | |
| From: | wowmomnyc | |
|
Response to: Expat error?
|
||
|
I get the same errors. I've observed the startup of Apache using 'top'. I can see two instances of httpd starting. Then after a few seconds, they die. When they die, these errors are written to the /var/log/httpd/error_log file:
|
||
Showing messages 1 through 2 of 2.
-
XSL parsing question
2003-07-16 13:33:26 anonymous2 [View]
-
Expat error? XML errors
2003-02-10 07:46:17 wowmomnyc [View]
If you have installed Marc Lyaniage's PHP module, you must edit the httpd.conf and move the add WebDAV directive after the add PHP directive.



I was wondering if anyone could help me with this problem. I have the following XML code:
<AMServers>
<client>
<name>AWS North East</name>
<AMServers>SMS5SB11</AMServers>
<AMstate>GREEN</AMstate>
<AMsite>http://common.img.convergys.com:8080/cgi-bin/actmgr/parseDaily.pl?box=sms5sb11&option=B</AMsite>
<RASServers>AWSSRAS1</RASServers>
<RASstate>GREEN</RASstate>
</client>
When i try to run the page, I get this error:
A semi colon character was expected. Error processing resource 'http://common.img.convergys.com:8080/actmgr/servers.xml'. Line 9, Position 95
<AMsite>http://common.img.convergys.com:8080/cgi-bin/actmgr/parseDaily.pl?box=sms5sb11&option=B</AMsite>
Why can't I pass multiple parameters???
Thanks