Community
Participate
Working Groups
Build Identifier: 20110920 XMLStructure should be replaced by @XMLValue structure in newly created Record by New Record Wizard Reproducible: Always Steps to Reproduce: 1. New an EGL prjoect. 2. Try to new a record by inserting the following string <glossary><title>example glossary</title> <GlossDiv><title>S</title> <GlossList> <GlossEntry ID="SGML" SortAs="SGML"> <GlossTerm>Standard Generalized Markup Language</GlossTerm> <Acronym>SGML</Acronym> <Abbrev>ISO 8879:1986</Abbrev> <GlossDef> <para>A meta-markup language, used to create markup languages such as DocBook.</para> <GlossSeeAlso OtherTerm="GML"/> <GlossSeeAlso OtherTerm="XML"/> </GlossDef> <GlossSee OtherTerm="markup"/> </GlossEntry> </GlossList> </GlossDiv> </glossary> Actual results: Some XMLStructure, which is not supported by EDT, generated. {XMLStructure = XMLStructureKind.simpleContent} should be changed as following {@XMLValue {kind = XMLStructureKind.simpleContent}}
Fix it
Verified in build of 20110923