Hello
I have something like this view 'app':

id           name       text    description    time
appr.1    name_1    abc    desc             2011-02-01T12:50:30Z
appr.1    name_2    abc    desc             2011-02-01T12:50:30Z

name is a multivalued attribute

I need to obtain this:

        <x:App gml:id="appr.1">
            <x:tag>
                <x:message>
                    <x:description>desc</x:description>
            <x:text>abc</x:text>
                </x:messagge>
            </x:tag>
            <x:time>2011-02-01T12:50:30Z</x:time>
            <x:name>name_1</x:name>
            <x:name>name_2</x:name>
    </x:App>

I tried this:
<groupBy>

    <GroupByAttribute>
        x:name
    </GroupByAttribute>

</groupBy>  

but it doesn't work                                       
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to