![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Doors output to HTML in book format Topic Summary: Created On: 19-May-2004 21:22 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Folks: I urgently need help with Doors output to HTML in book format, I need to format the Column header (or attribute name) to be bold/italic and blue instead of just italic for READABILITY.
Thanks! Catherine |
|
![]() |
|
![]() |
|
I found the solution. I made a one line change to the C:\Program Files\Telelogic\DOORS 7\lib\dxl/utils/libhtml.dxl file.
The changes I made is: from (((ob += "\n<i>") += (title(col))) += ":</i>") to (((ob += "\n<i><font color = blue><b>") += (title(col))) += ":</i></b></font> ") Catherine |
|
![]() |
|
![]() |
|
It probably isn't important in regular everyday HTML (parsers don't seem to mind), but you probably ought to nest your tags, terminating each tag in the opposite order to their opening. So your new line becomes:
(((ob += "\n<i><font color = blue><b>") += (title(col))) += ":</b></font></i> ") Sorry, I'm just a nitpickin' kinda guy... ![]() ------------------------- Paul dot Tiplady at TRW dot com TRW Automotive |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Doors output to HTML in book format
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.