1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="assetid" content="HV12345678"><title>wordnet Namespace Groups</title><link rel="stylesheet" href="content.css"><script language="JavaScript" src="pExpandCollapse.js"></script><script>
function AppendPopup(oSource, sPopup)
{
//Replace any occurrences of double quotes with single quotes
//The double quotes originally replaced single quotes for proper transmission of strings from XSLT to this Javascript block
//This is done to carefully handle the inline defterm strings containing the single quotes (for example : it's, can't, don't)
sPopup = sPopup.replace("\"", "'");
if (oSource.tagName=="A" && oSource.getAttribute("State")!="On")
{
oSource.insertAdjacentHTML("BeforeEnd", "<SPAN ID='Pop' class='GlossaryDef'> " + sPopup + "</SPAN>");
oSource.setAttribute("State", "On");
window.event.returnValue=false;
}
else if (oSource.tagName=="A" && oSource.getAttribute("State")=="On" )
{
oSource.all("Pop").outerHTML="";
oSource.setAttribute("State", "Off");
window.event.returnValue=false;
}
}
</script></head><body><div class="devdocvsbody"><div id="header"><table width="100%" id="topTable"><tr id="headerTableRow1"><td align="left"><span id="runningHeaderText"></span></td></tr><tr id="headerTableRow2"><td align="left"><span id="nsrTitle"><b class="mainheaders">wordnet Namespace Groups</b></span></td></tr></table></div><div id="vstable"><table>
<tr>
<td>
<a href="wordnet_xmlgrpblockLevelChunkElts_HV12345678.htm" id="assetIDs" lcid=" ">blockLevelChunkElts group</a>
</td>
</tr>
<tr>
<td>
<a href="wordnet_xmlgrpblockLevelElts_HV12345678.htm" id="assetIDs" lcid=" ">blockLevelElts group</a>
</td>
</tr>
<tr>
<td>
<a href="wordnet_xmlgrprunLevelElts_HV12345678.htm" id="assetIDs" lcid=" ">runLevelElts group</a>
</td>
</tr>
</table></div><p>Copyright (c) Microsoft Corporation. All rights reserved.</p></div></body></html>
|