vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, Using MySQL Query Browser or the mysqldump utility I can export a MySQL table to an XML file. But the result uses attributes for each field: <field name="city">London</field> Is it possible to use the field name as the element like: <city>London</city> TIA Paulo Almeida |