[
https://issues.apache.org/jira/browse/SHINDIG-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639231#action_12639231
]
Ian Boston commented on SHINDIG-562:
------------------------------------
"
2. maps need a custom outputter. essentially, when we have a map like this:
{key : value, key2 : value2} we need the following xml:
<key>value</key> <key2>value2</key2>
"
Looking at the XSD for appdata, that map is defined as
<entry>
<key>value</key>
<value>value2</value>
</entry>
The suggested form cant be validated by XSD since the element names are
variable, so
the code committed uses the <entry> variant.
> Modify BeanXmlConveter to output properly formatted xml.
> ---------------------------------------------------------
>
> Key: SHINDIG-562
> URL: https://issues.apache.org/jira/browse/SHINDIG-562
> Project: Shindig
> Issue Type: New Feature
> Components: RESTful API (Java)
> Reporter: Cassie Doll
> Assignee: Ian Boston
> Priority: Blocker
>
> The BeanXmlConverter needs to match the xsd in the opensocial restful spec.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.