On Tuesday 12 September 2006 1:50 pm, Tom Browder wrote: > On 9/12/06, Philip Rodrigues <phil at kde.org> wrote: > > It's not exactly an error. I think it occurs because the dblatex XSLT > > doesn't specify what to do with <date> tags, so their content just gets > > copied into the output. Since date tags only contain some text, this > > isn't a big problem, but if you'd like to get rid of the message, I can > > provide a patch (I think). > > That would be great!
Just add a line: <xsl:template match="date"></xsl:template> to the file misc.xsl, before the </xsl:stylesheet> line at the end of the file. Regards, Philip -- KDE Documentation Team: http://i18n.kde.org/doc KDE Documentation Online: http://docs.kde.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://mail.kde.org/pipermail/kde-doc-english/attachments/20060914/da30bcd6/attachment.sig
