Hear us Roar
Article:
 |
|
Serve Your iCal Calendars Using WebDAV
|
| Subject: |
|
XSL parsing question |
| Date: |
|
2003-07-16 13:33:26 |
| From: |
|
anonymous2
|
Response to: Expat error? XML errors
|
|
Hello,
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
|
|
| |