Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6182751

Errors in suggested DOCTYPE declaration in JNLP 1.5 spec page 62

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • 6
    • 5.0
    • deploy
    • x86
    • windows_xp

      A DESCRIPTION OF THE PROBLEM :
      The JNLP specification version 1.5 suggests this DOCTYPE declaration for JNLP files:

      <!DOCTYPE jnlp-discriptor PUBLIC
        "-//Sun Microsystems, Inc//DTD JNLP Discriptor 1.1"//EN">

      This doctype has three errors:

      1. The root element of a JNLP File is not <jnlp-discriptor>, but <jnlp>.
      2. The word "Descriptor" is spelled incorrectly
      3. The JNLP spec is at version 1.5, not 1.1

      A correct DOCTYPE for JNLP files would be:

      <!DOCTYPE jnlp PUBLIC
        "-//Sun Microsystems, Inc//DTD JNLP Descriptor 1.5"//EN">



      URL OF FAULTY DOCUMENTATION :
      http://java.sun.com/products/javawebstart/download-spec.html
      ###@###.### 10/21/04 19:07 GMT

            herrick Andy Herrick (Inactive)
            gmanwanisunw Girish Manwani (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: