Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DFDL-773

trace output of infoset and final result infoset don't serialize quotes the same

XMLWordPrintableJSON

      I have content with quotes:

       
       
      Content-Type: text/html; charset="UTF-8"

      I see the quotes represented as " in the infoset in the Trace view:

        <ContentType>
       
          <MimeType>
       
            <Type>text</Type>
       
            <Subtype>html</Subtype>
       
          </MimeType>
       
          <Parameter>
       
            <key>charset</key>
       
            <value>&quot;UTF-8&quot;</value>
       
          </Parameter>
       
        </ContentType>

      When I extract the results from JDom, I see the quotes again:

      <?xml version="1.0" encoding="UTF-8"?><ContentType><MimeType><Type>text</Type><Subtype>html</Subtype></MimeType><Parameter><key>charset</key><value>"UTF-8"</value></Parameter></ContentType>
       
       

              Unassigned Unassigned
              mbeckerle.dfdl Mike Beckerle
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: