<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [opencms-dev] Decoration with lang
Attribute</title></head><body>
<div>Hi again,</div>
<div><br></div>
<div>I found a solution myself - the decoration tag can be nested. The
code is not very nice - but it works:</div>
<div><br></div>
<div><cms:decorate
file="/system/shared/decoration/my1_decorations.xml"><span
></span><cms:decorate
file="/system/shared/decoration/my2_decorations.xml"><span
></span><cms:contentshow element="article"
/></cms:decorate></cms:decorate></div>
<div><br></div>
<div>One decoration is defined as<font face="Lucida Grande" size="+2"
color="#000000"> <abbr title="${decoration}"></font>
and one as<font face="Lucida Grande" size="+2" color="#000000">
<abbr lang="en"
title="${decoration}"></font>. One csv file contains the
German and one the English<font face="Lucida Grande" size="+2"
color="#000000"> abbreviations</font>.</div>
<div><br></div>
<div>Detlef</div>
<div><br></div>
<blockquote type="cite" cite>Is there a way to use the decoration tag
together with the lang attribute? If the output of openCms has to be
accessible we need to mark words in foreign languages. So if the text
is written in German and I use the decoration tag to mark the
abbrivations like this:<br>
<br>
<abbr title="Bayrische
Motorenwerke">BMW</abbr><br>
<br>
I would like to mark foreign words in the same text (locale=de) like
this:<br>
</blockquote>
<blockquote type="cite" cite><abbr lang="en"
title="Hypertext Markup Language">HTML</abbr><br>
<br>
In the CSV file used to define the keywords for the decoration tag I
found no way to specify the language attribute?<br>
<br>
Best,<br>
<br>
Detlef<br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please
visit<br>
http://lists.opencms.org/mailman/listinfo/opencms-dev</blockquote>
<div><br></div>
</body>
</html>