A Visual Studio Extension which can run any XPath and XPath function; navigates through results at the click of a button. Can show and copy any XPath incl. XML namespaces, avoiding XML namespace induced headaches. Keeps track of the current XPath via the statusbar.
You have to open the file using the "XML (Text) Editor".
If you don't want to change the default Editor File Associations in Visual Studio, you can do the following:
Open the context menu for the file and select "Open with...":
This is by definition valid XHTML code and the w3 validator confirms that. However the Extension is not showing up in ContextMenu.
FileName: abc.xhtml
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Online</title>
<script type="text/javascript" src="masken/includes/js/j-0.js">//</script>
<script type="text/javascript" src="masken/includes/js/g-0.js">//</script>
<link rel="stylesheet" type="text/css" href="masken/includes/css/g-0.css" />
</head>
<body onload="javascript:setup();">
</body>
</html>