PHP  VSPD is a little package to get more details about a web page content
		Actually there are methods
		to get title
		to get the full head
		to get the full body
		to find any html tags
		to get explicit meta tags 
		to get charset
		to get open graph tags
		to get twitter tags
		to get Applinks tags
		to get Http-equiv tags
		to find and rebuild all links(to absolute path)
		to find and rebuild all images and source(to avoid broken images href)
		to get all headers once but also individual type of header as H1,H2 etc...
		to get element by id 
		to get elements by class
		to get elements by tag name
                to get elements by name
		to get all internal Links
		to get all externals Links 
		to check if a link is a broken link
		to check all internal broken links
		to check about all externals broken links
		to check globally broken links
		
		The package only parse Html or xhtml files when URL is valid and will throw exception
		when the url is not valid or when the file is not html or xhtml
		
		
		for more details check the class statement and see the how to use file test.php
		for feedback and bug reporting write to 
[email protected]
		or use the dedicated support forum....