diff options
Diffstat (limited to 'docs/related.html')
-rw-r--r-- | docs/related.html | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/docs/related.html b/docs/related.html index fe895c45..b4daf813 100644 --- a/docs/related.html +++ b/docs/related.html @@ -2,8 +2,36 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>XML Security Library: Related</title> +<style type="text/css"> +table.CALSTABLE > tbody > tr:nth-child(1) > td:nth-child(1) { + width: 20em; +} +</style> +<style type="text/css"> +table.CALSTABLE > tbody > tr:nth-child(1) > td:nth-child(1) { + width: 20em; +} +.synopsis, .classsynopsis { + background: #eeeeee; + border: solid 1px #aaaaaa; +} +.programlisting { + background: #eeeeee; + border: solid 1px #000000; +} +.navigation { + background: #eeeeee; + border: solid 1px #000000; +} +.navigation a { + color: initial; +} +.navigation a:visited { + color: initial; +} +</style> </head> -<body><table witdh="100%" valign="top"><tr valign="top"> +<body><table width="100%" valign="top"><tr valign="top"> <td valign="top" align="left" width="210"> <img src="images/logo.gif" alt="XML Security Library" border="0"><p></p> <ul> @@ -137,7 +165,7 @@ group</a>).<br> Markup Language (XML) 1.0 Specification</a>.</li> <li> <a href="http://www.w3.org/TR/REC-xml-names/">Namespaces in XML</a>.</li> - <li> <a id="xpath" href="http://www.w3.org/TR/xpath" name="xpath">XML Path Language (XPath) Version 1.0</a>.</li> + <li> <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a>.</li> <li> <a href="http://www.w3.org/TR/WD-xptr">XML Pointer language (XPointer)</a>.</li> </ul> |