JavaScript and client side scripting.
Moderator: General Moderators
-
Luke
- The Ninja Space Mod
- Posts: 6424
- Joined: Fri Aug 05, 2005 1:53 pm
- Location: Paradise, CA
Post
by Luke »
What is this second xmlns declaration for?
<html xmlns="
http://www.w3.org/1999/xhtml"
xmlns:v="urn:schemas-microsoft-com:vml">
-
MarK (CZ)
- Forum Contributor
- Posts: 239
- Joined: Tue Apr 13, 2004 12:51 am
- Location: Prague (CZ) / Vienna (A)
-
Contact:
Post
by MarK (CZ) »
Declares what are tags with namespace "v:" supposed to mean
Last edited by
MarK (CZ) on Thu Jul 13, 2006 12:26 pm, edited 1 time in total.
-
Luke
- The Ninja Space Mod
- Posts: 6424
- Joined: Fri Aug 05, 2005 1:53 pm
- Location: Paradise, CA
Post
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?
-
MarK (CZ)
- Forum Contributor
- Posts: 239
- Joined: Tue Apr 13, 2004 12:51 am
- Location: Prague (CZ) / Vienna (A)
-
Contact:
Post
by MarK (CZ) »
It can link to any page that contains information about that namespace. Your site, w3.org or Microsoft or anywhere else
-
Luke
- The Ninja Space Mod
- Posts: 6424
- Joined: Fri Aug 05, 2005 1:53 pm
- Location: Paradise, CA
Post
by Luke »
Oh... well after your response, I read an explanation on w3schools.org and now i understand... so thank you.
