XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).
Moderator: General Moderators
ol4pr0
Forum Regular
Posts: 926 Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador
Post
by ol4pr0 » 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
A name contained an invalid character. Error processing resource 'resulta.xml'. Line 3, Position 7
<dato="January 30 2004">
------^
xml
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<Caudat_xml>
<dato="January 30 2004">
</dato>
ect....
</Caudat_xml>
[/quote]
twigletmac
Her Royal Site Adminness
Posts: 5371 Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK
Post
by twigletmac » Sat Jan 31, 2004 10:01 am
You've got an attribute but no containing element, it seems very strange, I would have expected to see:
or
Mac
ol4pr0
Forum Regular
Posts: 926 Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador
Post
by ol4pr0 » Mon Feb 02, 2004 10:42 am
hehe how very dumb of me.