Bug 104925

Summary: Missing space between search input box and search button
Product: Documentation Reporter: Rudolf Čejka <cejkar>
Component: Books & ArticlesAssignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Rudolf Čejka 2006-10-30 09:40:23 UTC
Just take a look at both http://www.FreeBSD.org/ (xsl page) and
http://www.FreeBSD.org/where.html (sgml page) and compare them.
There is a space between search input box and Search button, but
just in case of sgml sourced page. Page generated from xsl is
missing it.

It tried to fix it in entity header2.searchinputs in share/sgml/header.ent,
but without any success - I really do not understand, how to insert a space
between two <input ...> in <!ENTITY ...> in xsl. The only workaround I have
found is to use &nbsp;, but it is not a solution for this problem, which
can occur in another places: Please, is there any possibility to insert
a space between two <input ...> tags? That is a question...
Comment 1 Ceri Davies 2006-11-02 17:32:37 UTC
<xsl:text> </xsl:text>

Does this really cause a problem?

Ceri
-- 
That must be wonderful!  I don't understand it at all.
                                                  -- Moliere
Comment 2 Rudolf Čejka 2006-11-03 07:53:25 UTC
I tried it too, but it does not know about <xsl:...> namespace
in <!ENTITY ...>, maybe something has to be added somewhere else
too, but I'm not sure if it is even possible to use xsl: in ENTITY.

-- 
Rudolf Cejka <cejkar at fit.vutbr.cz> http://www.fit.vutbr.cz/~cejkar
Brno University of Technology, Faculty of Information Technology
Bozetechova 2, 612 66  Brno, Czech Republic
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2007-08-23 16:53:26 UTC
Responsible Changed
From-To: freebsd-www->gabor

I'll fix it somehow.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-11-06 13:17:06 UTC
gabor       2007-11-06 13:16:59 UTC

  FreeBSD doc repository

  Modified files:
    share/sgml           header.ent 
  Log:
  - Make the header consistent between pages generated from SGML and from XML
    by adding an extra space to the XML header
  
  PR:             www/104925
  Submitted by:   Rudolf Cejka <cejkar@fit.vutbr.cz>
  
  Revision  Changes    Path
  1.7       +6 -2      www/share/sgml/header.ent
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Gabor Kovesdan freebsd_committer freebsd_triage 2007-11-06 13:17:19 UTC
State Changed
From-To: open->closed

Fixed. Thanks for the report.