You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by vd...@apache.org on 2013/07/18 06:46:11 UTC

svn commit: r1504363 - /openmeetings/trunk/singlewebapp/WebContent/languages/hungarian.xml

Author: vdegtyarev
Date: Thu Jul 18 04:46:11 2013
New Revision: 1504363

URL: http://svn.apache.org/r1504363
Log:
language scheme is reverted

Modified:
    openmeetings/trunk/singlewebapp/WebContent/languages/hungarian.xml

Modified: openmeetings/trunk/singlewebapp/WebContent/languages/hungarian.xml
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/languages/hungarian.xml?rev=1504363&r1=1504362&r2=1504363&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/WebContent/languages/hungarian.xml (original)
+++ openmeetings/trunk/singlewebapp/WebContent/languages/hungarian.xml Thu Jul 18 04:46:11 2013
@@ -24,8 +24,8 @@ This File is auto-generated by the Langu
 to add new Languages or modify/customize it use the LanguageEditor 
 see http://openmeetings.apache.org/LanguageEditor.html for Details 
 ###############################################-->
-<language xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:noNamespaceSchemaLocation="language.xsd">
-  <string id="1" name="conference">
+<language xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="language.xsd">
+    <string id="1" name="conference">
     <value>Konferencia</value>
   </string>
   <string id="2" name="meeting">



Re: svn commit: r1504363 - /openmeetings/trunk/singlewebapp/WebContent/languages/hungarian.xml

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
I noticed that too, I think there is something wrong in the Language
Exporter.

http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/servlet/outputhandler/LangExport.java?view=markup
Line: 176


root.add(new Namespace("xsi",
                              "http://www.w3.org/2001/XMLSchema-instance"));

root.add(new Namespace("noNamespaceSchemaLocation", "language.xsd"));
But what it creates in the end is:<language xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xmlns:noNamespaceSchemaLocation="language.xsd">

Which is in fact invalid XML Schema definition.

I am not sure yet how and if we can fix that.

Sebastian




2013/7/18 <vd...@apache.org>

> Author: vdegtyarev
> Date: Thu Jul 18 04:46:11 2013
> New Revision: 1504363
>
> URL: http://svn.apache.org/r1504363
> Log:
> language scheme is reverted
>
> Modified:
>     openmeetings/trunk/singlewebapp/WebContent/languages/hungarian.xml
>
> Modified:
> openmeetings/trunk/singlewebapp/WebContent/languages/hungarian.xml
> URL:
> http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/languages/hungarian.xml?rev=1504363&r1=1504362&r2=1504363&view=diff
>
> ==============================================================================
> --- openmeetings/trunk/singlewebapp/WebContent/languages/hungarian.xml
> (original)
> +++ openmeetings/trunk/singlewebapp/WebContent/languages/hungarian.xml Thu
> Jul 18 04:46:11 2013
> @@ -24,8 +24,8 @@ This File is auto-generated by the Langu
>  to add new Languages or modify/customize it use the LanguageEditor
>  see http://openmeetings.apache.org/LanguageEditor.html for Details
>  ###############################################-->
> -<language xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns:noNamespaceSchemaLocation="language.xsd">
> -  <string id="1" name="conference">
> +<language xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:noNamespaceSchemaLocation="language.xsd">
> +    <string id="1" name="conference">
>      <value>Konferencia</value>
>    </string>
>    <string id="2" name="meeting">
>
>
>


-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com