<?xml version="1.0" encoding="UTF-8"?>
Why is there no DTD in the document? I have been getting a lot of errrors with my application as not being valid XML file.
I have been calling it like:
http://www.****.com:2086/xml-api/listaccts?
I get:
<listacct>
<accts)
etc..
When I call
http://www.****.com:2086/xml-api/cpanel?&xmlin=<cpanelaction><module>Park</module><func>listparkeddomains</func></cpanelaction>
I get a <?xml version="1"?>
- <cpanelresult>
<apiversion>1</apiversion>
<type>text</type>
- <data>
<result>Access Denied to .</result>
</data>
</cpanelresult>
I have created a few work arounds, however I was just wondering if there was more required information than just "/listaccts?" that would create properly formatted XML.
Is is actual native XML or an xml clone proprietaried by cPanel??
Thanks any help will be appreciated.



LinkBack URL
About LinkBacks
Reply With Quote
W !!!





