[publican-list] [Bug 719458] xsl variable $pop_name contains underscores

bugzilla at redhat.com bugzilla at redhat.com
Thu Jul 7 03:00:51 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=719458

Jeff Fearn <jfearn at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CLOSED
         Resolution|                            |NOTABUG
        Last Closed|                            |2011-07-06 23:00:50

--- Comment #1 from Jeff Fearn <jfearn at redhat.com> 2011-07-06 23:00:50 EDT ---
This can be done in XSL:
- <xsl:value-of select="$pop_name"/>
+ <xsl:value-of select='translate($pop_name, "_", " ")'/>

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the publican-list mailing list