Here is what happens:

C:\mysql\bin>mysqldump -X database01
<?xml version="1.0"?>
<database01>
        <table01>
                <field01>1</field01>
                <field02>first<field02>
        </table01>
</database01>


C:\mysql\bin>


Notice this line: <field02>first<field02>

It consists of two opening tags with no closing tags (the second <field02> 
should instead be </field02>)

:) Gavin

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to