Old 04-08-2004, 05:22   #1 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,469
What's wrong with this XML?

This works:
Code:
<?xml version="1.0" ?> <news> <headline>Headline Text</headline> <story>Story text</story> <link>Link Text</link> </news>
This doesn't:
Code:
<?xml version="1.0" ?> <news> <headline>Headline Text</headline> <story>Story text</story> <link>Link Text</link> </news> <news> <headline>Headline Text</headline> <story>Story text</story> <link>Link Text</link> </news>

pourquoi?
  Reply With Quote
Old 04-08-2004, 05:25   #2 (permalink)
Mr Fred
Magazines™
 
Mr Fred's Avatar
 
Join Date: Mar 2003
Location: Glasgow..
Posts: 11,354
you do require the coding ie

<?xml version="1.0" encoding="UTF-8"?>

might help, probably not
  Reply With Quote
Old 04-08-2004, 05:26   #3 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,469
Cheers Mik

got it:
Code:
<?xml version="1.0" ?> <newslist> <news> <headline>Headline Text</headline> <story>Story text</story> <link>Link Text</link> </news> <news> <headline>Headline Text</headline> <story>Story text</story> <link>Link Text</link> </news> </newslist>

What a problem-solving morning I'm having.
  Reply With Quote
Old 04-08-2004, 05:27   #4 (permalink)
Mr Fred
Magazines™
 
Mr Fred's Avatar
 
Join Date: Mar 2003
Location: Glasgow..
Posts: 11,354
also dont you require main holding tags (nested correctly)
  Reply With Quote
Old 04-08-2004, 05:28   #5 (permalink)
Mr Fred
Magazines™
 
Mr Fred's Avatar
 
Join Date: Mar 2003
Location: Glasgow..
Posts: 11,354
hahah
  Reply With Quote
Old 04-08-2004, 05:28   #6 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,469
too damn quick/slow
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8