Uploaded image for project: 'Commons Validator'
  1. Commons Validator
  2. VALIDATOR-77

[validator] DTD incorrectly requires (field)+ for a derived form should be (field)*

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.0 Release
    • None
    • None
    • None
    • Operating System: other
      Platform: Other

    • 37975

    Description

      We have several forms that are named differently, but are the same, so we now
      use "extends" rather than duplicate the configuration.

      This should work
      <form name="specificForm" extends="genericForm">
      </form>

      Instead we get:
      The content of element type "form" is incomplete, it must match "(field)+".

      Solution: DTD should allow (field)* within form element.

      Attachments

        Activity

          People

            Unassigned Unassigned
            neale@nealeupstone.com Neale
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: