home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / xml / gnome / xslt / docbook / html / db2html-ebnf.xsl < prev    next >
Encoding:
Extensible Markup Language  |  2009-03-17  |  1.8 KB  |  67 lines

  1. <?xml version='1.0' encoding='UTF-8'?><!-- -*- indent-tabs-mode: nil -*- -->
  2. <!--
  3. This program is free software; you can redistribute it and/or modify it under
  4. the terms of the GNU Lesser General Public License as published by the Free
  5. Software Foundation; either version 2 of the License, or (at your option) any
  6. later version.
  7.  
  8. This program is distributed in the hope that it will be useful, but WITHOUT
  9. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  10. FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
  11. details.
  12.  
  13. You should have received a copy of the GNU Lesser General Public License
  14. along with this program; see the file COPYING.LGPL.  If not, write to the
  15. Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  16. 02111-1307, USA.
  17. -->
  18.  
  19. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  20.                 xmlns="http://www.w3.org/1999/xhtml"
  21.                 version="1.0">
  22.  
  23. <!--!!==========================================================================
  24. DocBook to HTML - EBNF Elements
  25. :Requires: db2html-xref
  26.  
  27. REMARK: Describe this module
  28. -->
  29.  
  30. <!-- FIXME: rhs/sbr -->
  31.  
  32. <!-- == Matched Templates == -->
  33.  
  34. <!-- = constraint = -->
  35.  
  36. <!-- = constraintdef = -->
  37.  
  38. <!-- = lhs = -->
  39.  
  40. <!-- = nonterminal = -->
  41.  
  42. <!-- = production = -->
  43.  
  44. <!-- = productionrecap = -->
  45.  
  46. <!-- = productionset = -->
  47. <xsl:template match="productionset">
  48.   <div class="productionset">
  49.     <xsl:call-template name="db2html.anchor"/>
  50.     <xsl:apply-templates select="title"/>
  51.     <table class="productionset">
  52.       <xsl:apply-templates select="production | productionrecap"/>
  53.     </table>
  54.   </div>
  55. </xsl:template>
  56.  
  57. <!-- = productionset/title = -->
  58. <!-- FIXME
  59. <xsl:template match="productionset/title">
  60.   <xsl:call-template name="db2html.title.simple"/>
  61. </xsl:template>
  62. -->
  63.  
  64. <!-- = rhs = -->
  65.  
  66. </xsl:stylesheet>
  67.