Ticket #59 (new task)

Opened 11 months ago

Last modified 2 months ago

XML: Make datasource 'type' parameter an attribute of <Datasource/>

Reported by: david Owned by: david
Priority: normal Milestone:
Component: Core Library Version:
Severity: Normal Keywords: XML
Cc: Patch Needs Improvement:
Needs Docmentation: Has Patch?:
Design Decision Needed:

Description

Is:

<Datasource>
    <Parameter name="type">postgis</Parameter>
    <!-- snip -->
</Datasource>

Should:

<Datasource type='postgis'>
    <!-- snip -->
</Datasource>

Change History

Changed 11 months ago by david

  • owner changed from artem to david

Changed 2 months ago by springmeyer

  • priority set to normal

This seems like a good idea. Any progress on implementation?

Note: See TracTickets for help on using tickets.