Results 1 to 4 of 4

Thread: Valid or Invalid??

  1. #1
    Join Date
    Aug 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Valid or Invalid??

    Can anyone tell me if this is valid HTML ??

    Code:
    <web:binding selector="#msve_ScopingBar_container" type="Search.ScopeDock">
        <web:defaults>
    	    <web:param name="scope" value="local"></web:param>
    
    	    <web:param name="queryboxid" value="what"></web:param>
    	    <web:param name="mode" value="0"></web:param>
    	    <web:param name="onLoadedCallback" value="VE_ScopingBar_onLoadCallback"></web:param>
        </web:defaults>
        <web:references priority="High">
            <web:add src="http://search.live.com/search/searchbox.js?v=3" type="script"></web:add>
            <web:add src="http://search.live.com/search/search.css?v=3" type="css"></web:add>
            <web:add src="http://search.live.com/search/search.js?v=3" type="script"></web:add>
            <web:add src="http://search.live.com/search/globals.js?v=3" type="script"></web:add>
    
            <web:add src="http://search.live.com/search/scopes.js?v=3" type="script"></web:add> 
            <web:add src="http://search.live.com/search/strings.js?v=3&mkt=en-us&setlang=en-us" type="script"></web:add> 
    		<web:add src="http://search.live.com/live/macro.aspx?v=3&op=installed_js" type="script"></web:add>                
        </web:references>
    </web:binding>
    Src: local.live.com/, virtualearth.com

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    It's not HTML, full stop
    It looks to be valid XML, at a glance.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Aug 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It's not XML. I found it on the source of the index page (http://www.local.live.com/) when I was researching on the Javascript post about mouse wheels. Twey: Didn't you tell me that our custom tags are not valid in HTML ?? Then how come microsoft use it??
    Or is it also patented??

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Well I can't see it on there...
    I do see some references to VML, however, which is a form of XML that can be embedded into HTML pages.
    Twey: Didn't you tell me that our custom tags are not valid in HTML ?? Then how come microsoft use it??
    In this, at least, Microsoft aren't hypocritical: their pages very rarely validate. I think microsoft.com does now, but it was only a few months ago that they updated it.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •