On 13/09/2013 21:15, Alexandro Colorado
wrote:
Please implement the following patch from bug 95765. I have tested the bug and seem that we only need to patch the stylesheet so that the CSS get's correctly mapped.from: <span *class=*"doclastchangedate"> t o: <span *class=*"doclastchange d date"> Please apply. File currently lives at: http://svn.apache.org/viewvc/openoffice/trunk/main/extras/source/misc_config/wizard/web/layouts/ It seems: <xsl:template match="document/@update-date"> <span class="doclastchangedate"> <xsl:value-of select="."/> </span> <br/> </xsl:template> There is a missing "d" in the changedate, like Alexandro told me to look for. Kind regards, >Marco A.G.Pinto ------------------------ --
![]() |
- [BUG] XSL Stylesheet markup on CSS from Wizard Alexandro Colorado
- Re: [BUG] XSL Stylesheet markup on CSS from Wizard Alexandro Colorado
- Re: [BUG] XSL Stylesheet markup on CSS from Wi... Andrea Pescetti
- Re: [BUG] XSL Stylesheet markup on CSS fro... Alexandro Colorado
- Re: [BUG] XSL Stylesheet markup on CSS... Andrea Pescetti
- Re: [BUG] XSL Stylesheet markup on CSS from Wizard Marco A.G.Pinto