Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.7 KiB

  1. <%@ Page %>
  2. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  3. <html>
  4. <HEAD>
  5. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  6. <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  7. <META NAME="MS.LOCALE" CONTENT="EN-US">
  8. <!-- #include file = "coordinate.header.htm" -->
  9. </head>
  10. <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  11. <!-- #include file = "coordinate.heading.htm" -->
  12. <table class="content" width="100%" cellpadding="8">
  13. <tr>
  14. <td>
  15. <H1>Import Data</H1>
  16. Use the <b>Import</b> tab to import a categorization scheme or other Extensible Markup Language (XML) data into UDDI&nbsp;Services. Any information you import must first be validated against the appropriate XML schema definition (XSD). For more information about importing data and obtaining the appropriate XSDs for validation, see <a href="http://go.microsoft.com/fwlink/?linkid=5202&clcid=0x409" target="_blank"> UDDI Resources</a>.
  17. <ul>
  18. <li><b>Data File:</b> Lists the location of the XML file that contains the information you want to import.
  19. <ul class="action">
  20. <li>Click <B>Browse</b> to specify the file that contains the data you want to import.
  21. <li>Click <b>Import</b> to import the data contained in the file you have specified.
  22. </ul>
  23. </ul>
  24. <b>NOTE:</b> To import large data files, see the UDDI&nbsp;Services Microsoft Management Console (MMC) Snap-in Help for information on using the command line import tool.
  25. </td>
  26. </tr>
  27. </table>
  28. <!-- #include file = "coordinate.footer.htm" -->
  29. </body>
  30. </html>