If I remember right you need a single root element:
Qt Code:
<?xml version="1.0" encoding="UTF-8"?> <dishes> <dish>...</dish> <dish>...</dish> <dish>...</dish> </dishes>To copy to clipboard, switch view to plain text mode
If I remember right you need a single root element:
Qt Code:
<?xml version="1.0" encoding="UTF-8"?> <dishes> <dish>...</dish> <dish>...</dish> <dish>...</dish> </dishes>To copy to clipboard, switch view to plain text mode
sophister (15th June 2009)
@Lykurg yes, you remember right (as usual).
@sophister, try to open your xml file with browser and you'll see an error.
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
Yes, it doesn't open the xml file but an error.
Thank you both!!
Thanks very much!!
Bookmarks