<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Error</title><link>https://sourceforge.net/p/adx/wiki/Error/</link><description>Recent changes to Error</description><atom:link href="https://sourceforge.net/p/adx/wiki/Error/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 28 Jan 2024 00:19:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/adx/wiki/Error/feed" rel="self" type="application/rss+xml"/><item><title>Error modified by Thomas Bartensud</title><link>https://sourceforge.net/p/adx/wiki/Error/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,7 +2,7 @@
 ## Syntax Error
 ![Error_SyntaxError_ContactJsParsing_ExpectedPropname.png](Error/attachment/Error_SyntaxError_ContactJsParsing_ExpectedPropname.png)
 You get an error like following when you load adx in browser
-`SyntaxError: expected property name, got ...`
+`SyntaxError: expected property name, got …`
 Most probably:
 `SyntaxError: expected property name, got ','`

@@ -13,3 +13,6 @@

 Technical background for this error: 
 Each &amp;lt;contact&amp;gt; XML with it's sub XML tags like &amp;lt;forename&amp;gt;, &amp;lt;surname&amp;gt; and so on are translated (by XSLT) into javascript. This javascript is parsed eventually by the browser to build a data model of the contacts as javascript objects. This works normally but if for example the structure of the XML tags are used in an unexpected/untested way, the translated javascript may have an syntax error.
+
+## Other errors...
+To be documented...
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Bartensud</dc:creator><pubDate>Sun, 28 Jan 2024 00:19:16 -0000</pubDate><guid>https://sourceforge.netf471610556e2b91d5af00f49ca66f1ed3848053d</guid></item><item><title>Error modified by Thomas Bartensud</title><link>https://sourceforge.net/p/adx/wiki/Error/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,5 +1,6 @@
-# Error
+# adx Errors
 ## Syntax Error
+![Error_SyntaxError_ContactJsParsing_ExpectedPropname.png](Error/attachment/Error_SyntaxError_ContactJsParsing_ExpectedPropname.png)
 You get an error like following when you load adx in browser
 `SyntaxError: expected property name, got ...`
 Most probably:
@@ -7,8 +8,8 @@

 ### Root cause
 This error should not happen. It's most probably a bug in adx. 
-Please report it by creating a new ticket. You can also send an email to the adx author (you can find the email address under ["Contact" at the adx website](https://elektronengehirn.net/addressbook/#contact)).
-That the bug can be resolved, please provide the &amp;lt;contact&amp;gt; XML tag with all sub tags like &amp;lt;forename&amp;gt;, &amp;lt;surname&amp;gt; , etc. You can of course change the values of the contact for privacy reasons.
+Please report it by [creating a new ticket](https://sourceforge.net/p/adx/tickets/new/). You can also send an email to the adx author (you can find the email address under ["Contact" at the adx website](https://elektronengehirn.net/addressbook/#contact)).
+That the bug can be resolved, please provide the &amp;lt;contact&amp;gt; XML tag with all sub tags like &amp;lt;forename&amp;gt;, &amp;lt;surname&amp;gt; , etc. You can of course change the values of the contact for privacy reasons.

 Technical background for this error: 
-Each &amp;lt;contact&amp;gt; XML with it's sub XML tags like &amp;lt;forename&amp;gt;, &amp;lt;surname&amp;gt; and so on are translated (by XSLT) into javascript. This javascript is parsed eventually by the browser to build a data model of the contacts as javascript objects. This works normally but if for example the structure of the XML tags are used in an unexpected/untested way, the translated javascript may have an syntax error.
+Each &amp;lt;contact&amp;gt; XML with it's sub XML tags like &amp;lt;forename&amp;gt;, &amp;lt;surname&amp;gt; and so on are translated (by XSLT) into javascript. This javascript is parsed eventually by the browser to build a data model of the contacts as javascript objects. This works normally but if for example the structure of the XML tags are used in an unexpected/untested way, the translated javascript may have an syntax error.
&amp;lt;/surname&amp;gt;&amp;lt;/forename&amp;gt;&amp;lt;/contact&amp;gt;&amp;lt;/surname&amp;gt;&amp;lt;/forename&amp;gt;&amp;lt;/contact&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Bartensud</dc:creator><pubDate>Sun, 21 Jan 2024 22:33:49 -0000</pubDate><guid>https://sourceforge.net3b357f358656787c7effcd47e9ff52cd9c69c6a0</guid></item><item><title>Error modified by Thomas Bartensud</title><link>https://sourceforge.net/p/adx/wiki/Error/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="error"&gt;Error&lt;/h1&gt;
&lt;h2 id="syntax-error"&gt;Syntax Error&lt;/h2&gt;
&lt;p&gt;You get an error like following when you load adx in browser&lt;br/&gt;
&lt;code&gt;SyntaxError: expected property name, got ...&lt;/code&gt;&lt;br/&gt;
Most probably:&lt;br/&gt;
&lt;code&gt;SyntaxError: expected property name, got ','&lt;/code&gt;&lt;/p&gt;
&lt;h3 id="root-cause"&gt;Root cause&lt;/h3&gt;
&lt;p&gt;This error should not happen. It's most probably a bug in adx. &lt;br/&gt;
Please report it by creating a new ticket. You can also send an email to the adx author (you can find the email address under &lt;a class="" href="https://elektronengehirn.net/addressbook/#contact" rel="nofollow"&gt;"Contact" at the adx website&lt;/a&gt;).&lt;br/&gt;
That the bug can be resolved, please provide the &amp;lt;contact&amp;gt; XML tag with all sub tags like &amp;lt;forename&amp;gt;, &amp;lt;surname&amp;gt; , etc. You can of course change the values of the contact for privacy reasons.&amp;lt;/surname&amp;gt;&amp;lt;/forename&amp;gt;&amp;lt;/contact&amp;gt;&lt;/p&gt;
&lt;p&gt;Technical background for this error: &lt;br/&gt;
Each &amp;lt;contact&amp;gt; XML with it's sub XML tags like &amp;lt;forename&amp;gt;, &amp;lt;surname&amp;gt; and so on are translated (by XSLT) into javascript. This javascript is parsed eventually by the browser to build a data model of the contacts as javascript objects. This works normally but if for example the structure of the XML tags are used in an unexpected/untested way, the translated javascript may have an syntax error.&amp;lt;/surname&amp;gt;&amp;lt;/forename&amp;gt;&amp;lt;/contact&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Bartensud</dc:creator><pubDate>Sun, 21 Jan 2024 22:23:19 -0000</pubDate><guid>https://sourceforge.netf98dbc3e88df73fc4a2bfeaddf7e5a3a20a4d7c3</guid></item></channel></rss>