XSite
  1. XSite
  2. XSITE-16

sitemap.xml to be xhtml instead - to aid refactoring in IDEA

    Details

    • Type: Wish Wish
    • Status: Resolved Resolved
    • Priority: Major Major
    • Resolution: Won't Fix
    • Affects Version/s: None
    • Fix Version/s: 1.0-beta-8
    • Component/s: None
    • Labels:
      None
    • Number of attachments :
      0

      Description

      <sitemap>
      <section>
      <name>About</name>
      <page>index.html</page>
      <link title="JavaDoc">javadoc/index.html</link>
      <page>download.html</page>
      </section>
      </sitemap>

        Activity

        Hide
        Paul Hammant added a comment -

        oops.

        the above becomes ....

        <html>
        <body>
        <h1>About</h1>
        <a href="/index.html"/a>
        <a href="javadoc/index.html"/a>
        <a href="/download.html"/a>
        </body>
        </html>

        Show
        Paul Hammant added a comment - oops. the above becomes .... <html> <body> <h1>About</h1> <a href="/index.html"/a> <a href="javadoc/index.html"/a> <a href="/download.html"/a> </body> </html>
        Hide
        Jörg Schaible added a comment -

        Well, no. Sitemap.xml is the core element of XSite. It defines the complete processing. Each XML element can be tied to different (or new customized converters) resulting in all kind of HTML output. With a different set of converters you might even create other output formats. Therefore XHTML is out of scope, sorry.

        Show
        Jörg Schaible added a comment - Well, no. Sitemap.xml is the core element of XSite. It defines the complete processing. Each XML element can be tied to different (or new customized converters) resulting in all kind of HTML output. With a different set of converters you might even create other output formats. Therefore XHTML is out of scope, sorry.
        Jörg Schaible made changes -
        Field Original Value New Value
        Assignee Mauro Talevi [ maurotalevi ] Joerg Schaible [ joehni ]
        Resolution Won't Fix [ 2 ]
        Fix Version/s 1.0-beta-8 [ 13608 ]
        Status Open [ 1 ] Resolved [ 5 ]

          People

          • Assignee:
            Jörg Schaible
            Reporter:
            Paul Hammant
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: