Page 1 of 1
xmlns - second declaration?
Posted: Thu Jul 13, 2006 12:21 pm
by Luke
What is this second xmlns declaration for?
<html xmlns="
http://www.w3.org/1999/xhtml"
xmlns:v="urn:schemas-microsoft-com:vml">
Posted: Thu Jul 13, 2006 12:22 pm
by MarK (CZ)
Declares what are tags with namespace "v:" supposed to mean
Posted: Thu Jul 13, 2006 12:24 pm
by Luke
hmmm... I know it is supposed to designate a namespace (or something like that), but what does that have to do with microsoft?
Posted: Thu Jul 13, 2006 12:29 pm
by MarK (CZ)
It can link to any page that contains information about that namespace. Your site, w3.org or Microsoft or anywhere else
Posted: Thu Jul 13, 2006 1:11 pm
by Luke
Oh... well after your response, I read an explanation on w3schools.org and now i understand... so thank you.
