Bug 1036610

Summary: [Export] Using CDATA to quote actions, expectedresults, setup and breakdown in the export result
Product: [Other] TCMS Reporter: cqi
Component: ApplicationAssignee: Yuguang Wang <yuwang>
Status: NEW --- QA Contact: Nobody <nobody>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: DevelCC: cqi, junzhang, ryang, vchen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description cqi 2013-12-02 10:48:59 UTC
The result of either exporting plans or cases is formatted in XML, and all HTML tags in the four fields mentioned in summary are encoded to related antities. This does not have a big problem, but it's not user-friendly and unreadable when they read the content by opening file in a text editor.

Using CDATA to quote the value of each field is a beautiful solution. The XML file is friendly to both human and machine.