Hi list,
<br>
<br>I have the following mappings in a XSD schema (just as in Opencms articles demo):
<br>                                <mapping element="Title" mapto="property:Title" />
<br>                                <mapping element="Date" mapto="attribute:datereleased" />
<br>                                <mapping element="Date" mapto="property:collector.date" />
<br>Using this mappings when I create/update a XML i got the property:collector.date updated the attribute:datereleased is not updated.
<br>
<br>I also tried the folowing mapping
<br>                        <mapping element="Title" mapto="property:Title" />
<br>                        <mapping element="Date" mapto="property:collector.date" />
<br>                        <mapping element="Date" mapto="attribute:datereleased" />
<br>
<br>In this case when I create/update a XML i got the attribute:datereleased updated but not the property:collector.date (I get the same results for the opencms demo)
<br>
<br>Can somebody help me with this strange behaviour?
<br><hr align="left" width="300">
View this message in context: <a href="http://www.nabble.com/Problem-updating-collector.date-and-attribute%3Adatereleased-in-XML-doc-t977920.html#a2532074">Problem updating collector.date and attribute:datereleased in XML doc</a><br>
Sent from the <a href="http://www.nabble.com/OpenCMS---Dev-f654.html">OpenCMS - Dev</a> forum at Nabble.com.