Is there any way to include the [ character in an xml element name?
For example
<AWSECommerceService.ItemSearch.ItemSearch.Request[0].SearchIndex>Electronics</AWSECommerceService.ItemSearch.ItemSearch.Request[0].SearchIndex>
The reason for using this is that in SVG hidden request input values are specified using xml elements whose name specifies the request key.
For example:
<xforms:model id="form1">
<xforms:instance>
<q>toyota</q>
</xforms:instance>
<xforms:submission id="submit1" xforms:method="get" xforms:action="http://www.google.ca/search" />
would result in a request to http://www.google.ca/search?q=toyota