Uploaded image for project: 'Maven Site Plugin'
  1. Maven Site Plugin
  2. MSITE-441

<head> generated at bad place in html (xdoc format)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 2.1
    • None
    • doxia integration
    • None
    • Ubuntu, maven 2.2.1, Java 6

    Description

      Here is a simple test.xml with a <head> tag.

      <?xml version="1.0" encoding="ISO-8859-1"?>
      <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">

      <head>
      <link href="css/mysite.css" type="text/css" media="print" />
      </head>

      <body>
      <section name="Test">
      Hello
      </section>
      </body>
      </document>

      In the generated html :

      <div id="bodyColumn">
      <div id="contentBox">
      <head><link href="css/mysite.css" type="text/css" media="print"></head> <= bad position
      <div class="section"><h2><a name="Test"></a>Test</h2>

      Attachments

        1. msite-441.zip
          2 kB
          Lukas Nalezenec

        Issue Links

          Activity

            People

              ltheussl Lukas Theussl
              michenux Michenaud Laurent
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: