Forum Moderators: open
i have my basic code:
<?xml version="1.0"?>
<musicplayer>
<song id="1">
<url>http://mysite.com/file.mp3</url>
<name>Uncle #*$!er</name>
<artist>South Park</artist>
<album>South Park Soundtrack</album>
<time>1:06</time>
</song>
</musicplayer>
where do i put the dtd <!ELEMENT>
thanks,
electricocean
Google will bring up hundreds of DTD tutorials but I find W3Schools is always a good place to start...
[w3schools.com...]