Uploaded image for project: 'Commons SCXML'
  1. Commons SCXML
  2. SCXML-79

SCXMLSerializer: nested states have a "parentid" attribute

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.8
    • 0.9
    • None

    Description

      Nested states appear to have a "parentid" attribute (which is not defined in the spec) when serialized. Example:

      <?xml version="1.0" encoding="UTF-8"?>
      <scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:cs="http://commons.apache.org/scxml" version="1.0" initial="par">
      <parallel id="par">
      <state id="S1" parentid="par">
      <state id="S11" parentid="S1">
      </state>
      </state>
      <state id="S2" parentid="par">
      <state id="S21" parentid="S2">
      </state>
      </state>
      </parallel>
      </scxml>

      Attachments

        1. SCXMLSerializerTest.patch
          4 kB
          Ingmar Kliche

        Activity

          People

            Unassigned Unassigned
            ingmar Ingmar Kliche
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: