Hi All,
I have the following text stored in a database in a multiline field.
I have written a perl script to get the following contents
and print it in a html page.
I found the newline characters and replaced it with a <br> using the following perl statement
$executivesummary =~ s/\n/<br>\n/g;
But while printing the identation is lost. all are printing from the first , how to preserve the indentation while priting and provide a bullet point for every line.
Please help me out.
Thanks
Saran
---------------------------------------------------------
• Iteration I testing is in progress and is 20% complete
• Test planning and scripting for Iteration I is complete except for Session Management
o Late receipt of specifications
• User Guide is complete and pending approval from BMD
• SRS is complete except for QuickFIX 4.4 behavior
o Some QuickFIX docs have been presented by FEST which need to be vetted (see risks)
• SAD is being delivered iteratively. This is not holding up the current iteration
• SDD is in progress, but not holding up the current iteration
• BRIO enhancements to support ATG are complete
o There is an issue parsing messages because tags are out of order on outbound messages
o The fix for this was deployed to Unstable today and testing is in progress
• Tentative milestones
o 2/1 2/5 – Iteration I drop to QA
o 2/15 2/19 – Iteration II to drop QA
o 3/15 – Iteration III to drop QA
o 4/23 - NR
--------------------------------------------------------
I have the following text stored in a database in a multiline field.
I have written a perl script to get the following contents
and print it in a html page.
I found the newline characters and replaced it with a <br> using the following perl statement
$executivesummary =~ s/\n/<br>\n/g;
But while printing the identation is lost. all are printing from the first , how to preserve the indentation while priting and provide a bullet point for every line.
Please help me out.
Thanks
Saran
---------------------------------------------------------
• Iteration I testing is in progress and is 20% complete
• Test planning and scripting for Iteration I is complete except for Session Management
o Late receipt of specifications
• User Guide is complete and pending approval from BMD
• SRS is complete except for QuickFIX 4.4 behavior
o Some QuickFIX docs have been presented by FEST which need to be vetted (see risks)
• SAD is being delivered iteratively. This is not holding up the current iteration
• SDD is in progress, but not holding up the current iteration
• BRIO enhancements to support ATG are complete
o There is an issue parsing messages because tags are out of order on outbound messages
o The fix for this was deployed to Unstable today and testing is in progress
• Tentative milestones
o 2/1 2/5 – Iteration I drop to QA
o 2/15 2/19 – Iteration II to drop QA
o 3/15 – Iteration III to drop QA
o 4/23 - NR
--------------------------------------------------------