Hi guys,
This is quite a difficult topic so I appreciate it if no one knows the answer, but I welcome all comments.
OK so I am messing around with web applications and databases. I have the...
Type: Posts; User: arkitect101; Keyword(s):
Hi guys,
This is quite a difficult topic so I appreciate it if no one knows the answer, but I welcome all comments.
OK so I am messing around with web applications and databases. I have the...
first of all i am trying to learn xml basics. What the xml document does should be straight forward for humans to understand.
It is a listing of music CDs.
An artist has an album
An album has...
FFS. ok hopefully this works. The dots represent the spaces
.<?xml version="1.0” encoding=“UTF-8” ?>
.<CDs>
.....<Artist name=“Robbie Williams”>
..........<Album name=“Intensive Care”>...
ok NOW i hope it works with indents
<?xml version="1.0” encoding=“UTF-8” ?>
<CDs>
. <Artist name=“Robbie Williams”>
. <Album name=“Intensive Care”>
. ...
Ok hopefully the indents will work this time
<?xml version="1.0” encoding=“UTF-8” ?>
<CDs>
<Artist name=“Robbie Williams”>
<Album name=“Intensive Care”>
...
Hi.
I couldnt find an xml category on this forum, so i hope I am posting in the right place. Can anyone tell me what is wrong with this xml document? It won't work.
<?xml version="1.0”...
its ok, I solved it.
These two scripts are both from this site so if you would like to help me and need help understanding what I am talking about then you can get them at the following links:
Dropdown HTML control:...