invalid xml caracter
Posted: Fri Jan 30, 2004 2:57 pm
Me seems to have troubles with displaying the date that comes from the database into a xml file..
besides the date the whole document is well formatted.
error
[/quote]
besides the date the whole document is well formatted.
error
xmlA name contained an invalid character. Error processing resource 'resulta.xml'. Line 3, Position 7
<dato="January 30 2004">
------^
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<Caudat_xml>
<dato="January 30 2004">
</dato>
ect....
</Caudat_xml>