Skip to content

Error while getting PageList #18

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. Create new WordPress object
2. Call method getPageList
3. Go through the PageList and print out PageTitle

What is the expected output? What do you see instead?
I expected to see the title of all the pages but got exception instead

What version of the product are you using? On what operating system?
0.4

Please provide any additional information below.
Exception:
[Fatal Error] :57:154: Attribute "type" was already specified for element 
"link".
Exception in thread "main" redstone.xmlrpc.XmlRpcException: The response could 
not be parsed.
    at redstone.xmlrpc.XmlRpcClient.handleResponse(Unknown Source)
    at redstone.xmlrpc.XmlRpcClient.endCall(Unknown Source)
    at redstone.xmlrpc.XmlRpcClient.invoke(Unknown Source)
    at redstone.xmlrpc.XmlRpcProxy.invoke(Unknown Source)
    at net.bican.wordpress.$Proxy0.getPageList(Unknown Source)
    at net.bican.wordpress.Wordpress.getPageList(Wordpress.java:434)
    at com.vnguyen.helloandroid.TestWordPress.main(TestWordPress.java:20)
Caused by: redstone.xmlrpc.XmlRpcException: A problem occured during parsing
    at redstone.xmlrpc.XmlRpcParser.parse(Unknown Source)
    ... 7 more
Caused by: org.xml.sax.SAXParseException: Attribute "type" was already 
specified for element "link".
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
    ... 8 more



Original issue reported on code.google.com by vnguyen972 on 3 Dec 2010 at 4:09

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions