i have an xml document and am trying to use a dtd with it, the xml document doesnt recognise the following ststement:
<!Doctype Personal System "me.dtd">
is this structuire wrong ?
i have provided a copy of it as well.
any help appreciated, thanx
Printable View
i have an xml document and am trying to use a dtd with it, the xml document doesnt recognise the following ststement:
<!Doctype Personal System "me.dtd">
is this structuire wrong ?
i have provided a copy of it as well.
any help appreciated, thanx
XML, XSL, and DTD are strictly case-sensitive. I have attached a corrected working copy.
:)
thanx, u forgot to define the "webmaster" atribute but it is a working example. thanx a lot :)