home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _FB2ACCDFF99048E0B6A435B8C203E39F < prev    next >
Encoding:
Extensible Markup Language  |  2002-08-26  |  2.6 KB  |  71 lines

  1. <?xml-stylesheet href="stripDocumentation.xsl" type="text/xsl"?>
  2. <xsl:stylesheet version="1.0" 
  3.                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
  4.                 xmlns:doc="urn:schemas-uspto-gov:document"
  5.                 exclude-result-prefixes="doc">
  6.                 
  7. <doc:summary doc:public="yes" >
  8.     <doc:title>[ doctype ] Stylesheet</doc:title>
  9.     <doc:filename>[file].xsl</doc:filename>
  10.     <doc:version>1.0</doc:version>
  11.     <doc:doctype>[doctype version]</doc:doctype>
  12.     <doc:doctype-date>[doctype revision date]</doc:doctype-date>
  13.     <doc:dateCreated>2001-01-26</doc:dateCreated>
  14.     <doc:lastModified>[date this file was modified]</doc:lastModified>
  15.     <doc:description>This is the "driver" file for an XSL transformation;        
  16.        all [doctype] specific template rules  
  17.        are in this file; component files are "included" below      
  18.     </doc:description>
  19. </doc:summary>
  20.                 
  21. <!-- include component stylesheets, overriding subsequent declarations -->
  22.  
  23. <xsl:include href="abstract.xsl"/>
  24. <xsl:include href="address.xsl"/>
  25. <xsl:include href="appendix.xsl"/>
  26. <xsl:include href="biological-deposit.xsl"/>
  27. <xsl:include href="cals.xsl"/>
  28. <xsl:include href="citation.xsl"/>
  29. <xsl:include href="claims.xsl"/>
  30. <xsl:include href="classifications.xsl"/>
  31. <xsl:include href="common.xsl"/>
  32. <xsl:include href="correspondence-address.xsl"/>
  33. <xsl:include href="css-styles.xsl"/>
  34. <xsl:include href="cwu.xsl"/>
  35. <xsl:include href="document-id.xsl"/>
  36. <xsl:include href="figures.xsl"/>
  37. <xsl:include href="inventor-block.xsl"/>
  38. <xsl:include href="name.xsl"/>
  39. <xsl:include href="para-fed.xsl"/>
  40. <xsl:include href="party.xsl"/>
  41. <xsl:include href="residence.xsl"/>
  42. <xsl:include href="sequence-listing.xsl"/>
  43.  
  44. <xsl:output method="html" indent="yes" omit-xml-declaration="yes" media-type="text/html"/>
  45.  
  46. <xsl:preserve-space elements="*"/>
  47.  
  48. <xsl:template match="*">
  49.     <xsl:apply-templates /> 
  50. </xsl:template>
  51.  
  52. <xsl:template match="/" doc:public="yes" doc:description="The root element of the document instance; creates an HTML document context">
  53.     <html>
  54.         <head>
  55.             <xsl:call-template name="css_styles"/>
  56.         </head>
  57.         <body>
  58.         <basefont face="Arial Unicode MS, Lucida Sans Unicode, Times New Roman "
  59.                     size="2">
  60.         <div style="margin-left: +35pt;">
  61.             <xsl:apply-templates />
  62.         </div>
  63.         </basefont>
  64.         </body>
  65.     </html>
  66. </xsl:template>
  67.  
  68. <!-- insert template rules specific to the formatting of this individual doctype below -->
  69. <!-- see files pap.xsl, specification.xsl for examples -->
  70.  
  71. </xsl:stylesheet>