Hi there,<br>I am fairly new to OpenCMS and have found references to that fact that i can map multiple values to a single property however I can not find a guide as to how.<br>If anyone could point me to a reference that would be great.
<br><br>The problem is that I  have a category select list for a content type my_article.xsd that needs to occur multiple times so that it can appear on different category pages simultaneously.<br><br>The catch is that the system I am working on has built a php application layer to get and parse the OpenCMS content and they sql query needs the property value to target the articles that should be included.
<br><br>Currently only the first instance of the Category select list is mapped to the category property.<br><br><mapping element="Category" mapto="property:category" /><br><br>so what i was looking for (i think) was something like
<br><mapping element="Category" mapto="property:category" multiple="true" /><br><br>But i have been unable to find it.<br><br>Any help would be greatly appreciated.<br>Thanks,<br>-Dinshaw, NYC
<br><br>