Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4645313
Votes 0
Synopsis Blockquote not mapped properly: some have lowercase 'q', others have uppercase
Category customdoclets:mifdoclet
Reported Against 1.2beta1
Release Fixed 1.2beta2
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 01-MAR-2002
Description
> If I have something like this in my XML book file:
> 
>     <chapter>
>     <package>com.sun.jini.temp.davis.jeri. customer </package>
>     <class>com.sun.jini.temp.davis.jeri. customer .TcpServerEndpoint</class>
>     <class>com.sun.jini.temp.davis.jeri. customer .TcpEndpoint</class>
>     <sectionfile>doc-files/mux.html</sectionfile>
> 
> and in mux.html there is a <blockquote>, it seems to be translated
> into a MIF paragraph style named "OverviewTextBlockQuote", but
> there doesn't seem to be any definition of that in the default
> template.mif.
Work Around
N/A
Evaluation
Fixed by making the "q" lowercase everywhere.  It was already lowercase in 
stylemap.properties.  It just needed to be made lowercase in two files:
  MIFPackageObject.java
  MIFSinglePackageObject.java

I also added getStyle where missing from some of the style names,
so they will be looked up in stylemap.properties.

  xxxxx@xxxxx   2002-02-28
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang