i have the following code in my XML document which is named songs.xml
Now that seems correct to me... but is it? I run the script and it shows me:Code:<?xml version="1.0" ?> <songs> <song display="Enter Sandman" url="audio/enter_sandman.mp3" /> <song display="King Nothing" url="audio/king_nothing.mp3" /> </songs>
Which is weird.. because the start tag "song" does not exist... only the identities of the actual songs... which are closed.....Code:The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. -------------------------------------------------------------------------------- End tag 'songs' does not match the start tag 'song'. Error processing resource 'http://localhost:8080/songs.xml'. Line 4, ... </songs> ----^
Any help?





Bookmarks