| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Microsoft SQL Server Management Studio 18/Common7/Packages/1033/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<xsl:template match="/">
<h1 _locID="L_string01_Text">UDDI Servers</h1>
<p tabIndex="1" _locID="L_string02_Text">The UDDI servers available on your local area network are listed below. Click the server link to browse that server.</p>
<table class="listpage" cellpadding="3" cellspacing="1" frame="void" bordercolor="#ffffff" rules="rows" width="100%" align="center">
<xsl:choose>
<xsl:when test="uddiservers/serverRef">
<tr valign="center" align="left">
<td class="header" width="125" _locID="L_string03_Text" nowrap="true">Description</td>
<td class="header" _locID="L_string04_Text">Server Address</td>
</tr>
<xsl:for-each select="uddiservers/serverRef" order-by='@ref'>
<tr valign="center" align="left">
<td class="tbltext" tabIndex="2">
<a _locID="L_string05_Text"><xsl:attribute name="href"><xsl:value-of select="@ref" /></xsl:attribute><xsl:value-of select="@name" /></a>
</td>
<td class="tbltext" tabIndex="3" nowrap="true">
<xsl:value-of select="@ref" />
</td>
</tr>
</xsl:for-each>
</xsl:when>
</xsl:choose>
<xsl:choose>
<xsl:when test="uddiservers/serverRef"></xsl:when>
<xsl:otherwise>
<tr>
<td class="tbltext" tabIndex="4" colspan="2" _locID="L_string06_Text">No UDDI servers were found on the local network.</td>
</tr>
</xsl:otherwise>
</xsl:choose>
</table>
</xsl:template>
</xsl:stylesheet>