Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
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
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
 19-May-2004 21:22
User is offline View Users Profile Print this message


Catherine Yan

Posts: 43
Joined: 4-Aug-2003

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
Report this to a Moderator Report this to a Moderator
 25-May-2004 16:25
User is offline View Users Profile Print this message


Catherine Yan

Posts: 43
Joined: 4-Aug-2003

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
Report this to a Moderator Report this to a Moderator
 26-May-2004 12:48
User is offline View Users Profile Print this message


Paul Tiplady

Posts: 176
Joined: 28-Oct-2003

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
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 1 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.