<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>5323</bug_id>
          
          <creation_ts>2007-12-16 18:20:09 +0000</creation_ts>
          <short_desc>[XQX] Bug in XQueryX applet</short_desc>
          <delta_ts>2009-02-11 17:36:00 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>XPath / XQuery / XSLT</product>
          <component>XQueryX 1.0</component>
          <version>Working drafts</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.w3.org/2005/qt-applets/xqueryApplet.html</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Mike Spertus">mike</reporter>
          <assigned_to name="Jim Melton">jim.melton</assigned_to>
          <cc>andrew.eisenberg</cc>
    
    <cc>mike</cc>
          
          <qa_contact name="Mailing list for public feedback on specs from XSL and XML Query WGs">public-qt-comments</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>18103</commentid>
    <comment_count>0</comment_count>
    <who name="Mike Spertus">mike</who>
    <bug_when>2007-12-16 18:20:09 +0000</bug_when>
    <thetext>When I insert the following example (from Priscilla Walmsley&apos;s XQuery book) into the XQuery Grammar Test Page and Translate to XQueryX, the XQueryX output does not validate against the XQueryX schema.

&lt;ul&gt;{
   for $product in doc(&quot;catalog.xml&quot;)/catalog/product
   where $product/@dept=&apos;ACC&apos;
   order by $product/name
   return $product/name
}&lt;/ul&gt;

The output fails to validate from XMLSpy v2008 sp1 with the error &quot;Element &lt;xqx:argExpr&gt; is not allowed under element &lt;xqx:pathExpr&gt;.&quot;

Note that this is hardly an obscure example, as it is the first illustrative example of a FLWOR query in Walmsley&apos;s book, which suggests that the Applet (or the XQuery Schema) may be broken for many XQueries.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>18104</commentid>
    <comment_count>1</comment_count>
      <attachid>503</attachid>
    <who name="Mike Spertus">mike</who>
    <bug_when>2007-12-16 18:21:19 +0000</bug_when>
    <thetext>Created attachment 503
Input XQuery</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>18105</commentid>
    <comment_count>2</comment_count>
      <attachid>504</attachid>
    <who name="Mike Spertus">mike</who>
    <bug_when>2007-12-16 18:21:53 +0000</bug_when>
    <thetext>Created attachment 504
Generated XQuery that fails to validate</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>18117</commentid>
    <comment_count>3</comment_count>
      <attachid>505</attachid>
    <who name="Andrew Eisenberg">andrew.eisenberg</who>
    <bug_when>2007-12-17 19:18:04 +0000</bug_when>
    <thetext>Created attachment 505
Translation of this query with latest applet</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>18118</commentid>
    <comment_count>4</comment_count>
    <who name="Andrew Eisenberg">andrew.eisenberg</who>
    <bug_when>2007-12-17 19:25:57 +0000</bug_when>
    <thetext>Perhaps you were using an older version of the XQuery 1.0 grammar applet. The lastest can be found at http://www.w3.org/2007/01/applets/xqueryApplet.html.

With this applet, I generated an XQueryX document that was different than yours:
http://www.w3.org/Bugs/Public/attachment.cgi?id=505

I believe that this document validates using the XQueryX schema that we have published.


Please close this bug report if you agree with this resolution.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>18119</commentid>
    <comment_count>5</comment_count>
    <who name="Michael Kay">mike</who>
    <bug_when>2007-12-17 19:40:02 +0000</bug_when>
    <thetext>Section 3.1.4 of the XQueryX Recommendation unfortunately links to

http://www.w3.org/2005/qt-applets/xqueryApplet.html

Reopening as it seems this is an error in the spec.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>18124</commentid>
    <comment_count>6</comment_count>
    <who name="Mike Spertus">mike</who>
    <bug_when>2007-12-17 19:58:40 +0000</bug_when>
    <thetext>(In reply to comment #5)
&gt; Section 3.1.4 of the XQueryX Recommendation unfortunately links to
&gt; 
&gt; http://www.w3.org/2005/qt-applets/xqueryApplet.html
&gt; 
&gt; Reopening as it seems this is an error in the spec.
&gt; 

That is indeed the applet that I used (see the URL field above). Glad to hear it&apos;s fixed in the newer applet.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>18130</commentid>
    <comment_count>7</comment_count>
    <who name="Jim Melton">jim.melton</who>
    <bug_when>2007-12-18 22:41:19 +0000</bug_when>
    <thetext>In http://www.w3.org/Bugs/Public/show_bug.cgi?id=5323#c5, Mike Kay said:

   Section 3.1.4 of the XQueryX Recommendation unfortunately links to

   http://www.w3.org/2005/qt-applets/xqueryApplet.html

   Reopening as it seems this is an error in the spec.

Good catch, Mike.  It&apos;s not completely clear what to do about this.  Obviously, we can issue an Erratum that replaces that link with a link to the version of the Applet that was current when the XQuery spec went to Recommendation status, but is that the right thing to do? 

Another choice is to issue an Erratum that replaces the link with one to the version of the Applet that Andrew identified.  But is that the right thing?  After all, that link might be invalid in another week or month or quarter. 

Ideally, wouldn&apos;t it be great if we had a single URI that always pointed to the &quot;latest&quot; version 1.0 Applet?  Is this the right approach, or would it be better to issue and re-issue Errata to update the Applet links every time the Applet is updated? </thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>18131</commentid>
    <comment_count>8</comment_count>
    <who name="Michael Kay">mike</who>
    <bug_when>2007-12-18 22:46:33 +0000</bug_when>
    <thetext>If necessary one could point people to the XQuery group home page and say that there&apos;s a link to the latest version there...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>18138</commentid>
    <comment_count>9</comment_count>
    <who name="Jim Melton">jim.melton</who>
    <bug_when>2007-12-19 21:09:36 +0000</bug_when>
    <thetext>Indeed, one could.  Of course, we&apos;d have to keep that link up to date ;^)

I started to ask whether it was appropriate for a Recommendation to include a link to a WG home page, but our RECs already do so...in the status section. 

I like your idea and will send email proposing that we implement it when we next publish Errata documents. 

Until that proposal is considered by the WG, I&apos;ll leave this bug open. </thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>19020</commentid>
    <comment_count>10</comment_count>
    <who name="Jim Melton">jim.melton</who>
    <bug_when>2008-02-14 00:33:29 +0000</bug_when>
    <thetext>In its face-to-face meetings during 2008-01-21 through 2008-01-23 (minutes found in member-only email at http://lists.w3.org/Archives/Member/w3c-xml-query-wg/2008Feb/0006.html), the XML Query WG made the decision to correct this error with an entry in the next version of the XQueryX Errata document.  That correction will link to the correct location of the grammar applet (http://www.w3.org/2007/01/applets/). 

We are marking this bug RESOLVED and FIXED.  If you are satisfied with this resolution, please mark it CLOSED.  If you are not, please add another comment to this bug explaining your reasons. </thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23651</commentid>
    <comment_count>11</comment_count>
    <who name="Jim Melton">jim.melton</who>
    <bug_when>2009-02-11 17:36:00 +0000</bug_when>
    <thetext>This comment was resolved a full year ago and the commenter has not objected to the resolution.  Consequently, I am marking the bug CLOSED. </thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>503</attachid>
            <date>2007-12-16 18:21:19 +0000</date>
            <delta_ts>2007-12-16 18:21:19 +0000</delta_ts>
            <desc>Input XQuery</desc>
            <filename>xqueryExample.xql</filename>
            <type>application/octet-stream</type>
            <size>151</size>
            <attacher name="Mike Spertus">mike</attacher>
            
              <data encoding="base64">PHVsPnsNCiAgIGZvciAkcHJvZHVjdCBpbiBkb2MoImNhdGFsb2cueG1sIikvY2F0YWxvZy9wcm9k
dWN0DQogICB3aGVyZSAkcHJvZHVjdC9AZGVwdD0nQUNDJw0KICAgb3JkZXIgYnkgJHByb2R1Y3Qv
bmFtZQ0KICAgcmV0dXJuICRwcm9kdWN0L25hbWUNCn08L3VsPg==
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>504</attachid>
            <date>2007-12-16 18:21:53 +0000</date>
            <delta_ts>2007-12-16 18:21:53 +0000</delta_ts>
            <desc>Generated XQuery that fails to validate</desc>
            <filename>xqxExample.xml</filename>
            <type>text/xml</type>
            <size>3886</size>
            <attacher name="Mike Spertus">mike</attacher>
            
              <data encoding="base64">PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8eHF4Om1vZHVsZSB4bWxuczp4cXg9Imh0dHA6Ly93d3cu
dzMub3JnLzIwMDUvWFF1ZXJ5WCINCiAgICAgICAgICAgIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53
My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiDQogICAgICAgICAgICB4c2k6c2NoZW1hTG9j
YXRpb249Imh0dHA6Ly93d3cudzMub3JnLzIwMDUvWFF1ZXJ5WA0KICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICBodHRwOi8vd3d3LnczLm9yZy8yMDA1L1hRdWVyeVgveHF1ZXJ5eC54c2Qi
Pg0KICA8eHF4Om1haW5Nb2R1bGU+DQogICAgPHhxeDpxdWVyeUJvZHk+DQogICAgICA8eHF4OmVs
ZW1lbnRDb25zdHJ1Y3Rvcj4NCiAgICAgICAgPHhxeDp0YWdOYW1lPnVsPC94cXg6dGFnTmFtZT4N
CiAgICAgICAgPHhxeDplbGVtZW50Q29udGVudD4NCiAgICAgICAgICA8eHF4OmZsd29yRXhwcj4N
CiAgICAgICAgICAgIDx4cXg6Zm9yQ2xhdXNlPg0KICAgICAgICAgICAgICA8eHF4OmZvckNsYXVz
ZUl0ZW0+DQogICAgICAgICAgICAgICAgPHhxeDp0eXBlZFZhcmlhYmxlQmluZGluZz4NCiAgICAg
ICAgICAgICAgICAgIDx4cXg6dmFyTmFtZT5wcm9kdWN0PC94cXg6dmFyTmFtZT4NCiAgICAgICAg
ICAgICAgICA8L3hxeDp0eXBlZFZhcmlhYmxlQmluZGluZz4NCiAgICAgICAgICAgICAgICA8eHF4
OmZvckV4cHI+DQogICAgICAgICAgICAgICAgICA8eHF4OnBhdGhFeHByPg0KICAgICAgICAgICAg
ICAgICAgICA8eHF4OmFyZ0V4cHI+DQogICAgICAgICAgICAgICAgICAgICAgPHhxeDpmdW5jdGlv
bkNhbGxFeHByPg0KICAgICAgICAgICAgICAgICAgICAgICAgPHhxeDpmdW5jdGlvbk5hbWU+ZG9j
PC94cXg6ZnVuY3Rpb25OYW1lPg0KICAgICAgICAgICAgICAgICAgICAgICAgPHhxeDphcmd1bWVu
dHM+DQogICAgICAgICAgICAgICAgICAgICAgICAgIDx4cXg6c3RyaW5nQ29uc3RhbnRFeHByPg0K
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4cXg6dmFsdWU+Y2F0YWxvZy54bWw8L3hxeDp2
YWx1ZT4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgPC94cXg6c3RyaW5nQ29uc3RhbnRFeHBy
Pg0KICAgICAgICAgICAgICAgICAgICAgICAgPC94cXg6YXJndW1lbnRzPg0KICAgICAgICAgICAg
ICAgICAgICAgIDwveHF4OmZ1bmN0aW9uQ2FsbEV4cHI+DQogICAgICAgICAgICAgICAgICAgIDwv
eHF4OmFyZ0V4cHI+DQogICAgICAgICAgICAgICAgICAgIDx4cXg6c3RlcEV4cHI+DQogICAgICAg
ICAgICAgICAgICAgICAgPHhxeDp4cGF0aEF4aXM+Y2hpbGQ8L3hxeDp4cGF0aEF4aXM+DQogICAg
ICAgICAgICAgICAgICAgICAgPHhxeDpuYW1lVGVzdD5jYXRhbG9nPC94cXg6bmFtZVRlc3Q+DQog
ICAgICAgICAgICAgICAgICAgIDwveHF4OnN0ZXBFeHByPg0KICAgICAgICAgICAgICAgICAgICA8
eHF4OnN0ZXBFeHByPg0KICAgICAgICAgICAgICAgICAgICAgIDx4cXg6eHBhdGhBeGlzPmNoaWxk
PC94cXg6eHBhdGhBeGlzPg0KICAgICAgICAgICAgICAgICAgICAgIDx4cXg6bmFtZVRlc3Q+cHJv
ZHVjdDwveHF4Om5hbWVUZXN0Pg0KICAgICAgICAgICAgICAgICAgICA8L3hxeDpzdGVwRXhwcj4N
CiAgICAgICAgICAgICAgICAgIDwveHF4OnBhdGhFeHByPg0KICAgICAgICAgICAgICAgIDwveHF4
OmZvckV4cHI+DQogICAgICAgICAgICAgIDwveHF4OmZvckNsYXVzZUl0ZW0+DQogICAgICAgICAg
ICA8L3hxeDpmb3JDbGF1c2U+DQogICAgICAgICAgICA8eHF4OndoZXJlQ2xhdXNlPg0KICAgICAg
ICAgICAgICA8eHF4OmVxdWFsT3A+DQogICAgICAgICAgICAgICAgPHhxeDpmaXJzdE9wZXJhbmQ+
DQogICAgICAgICAgICAgICAgICA8eHF4OnBhdGhFeHByPg0KICAgICAgICAgICAgICAgICAgICA8
eHF4OmFyZ0V4cHI+DQogICAgICAgICAgICAgICAgICAgICAgPHhxeDp2YXJSZWY+DQogICAgICAg
ICAgICAgICAgICAgICAgICA8eHF4Om5hbWU+cHJvZHVjdDwveHF4Om5hbWU+DQogICAgICAgICAg
ICAgICAgICAgICAgPC94cXg6dmFyUmVmPg0KICAgICAgICAgICAgICAgICAgICA8L3hxeDphcmdF
eHByPg0KICAgICAgICAgICAgICAgICAgICA8eHF4OnN0ZXBFeHByPg0KICAgICAgICAgICAgICAg
ICAgICAgIDx4cXg6eHBhdGhBeGlzPmF0dHJpYnV0ZTwveHF4OnhwYXRoQXhpcz4NCiAgICAgICAg
ICAgICAgICAgICAgICA8eHF4Om5hbWVUZXN0PmRlcHQ8L3hxeDpuYW1lVGVzdD4NCiAgICAgICAg
ICAgICAgICAgICAgPC94cXg6c3RlcEV4cHI+DQogICAgICAgICAgICAgICAgICA8L3hxeDpwYXRo
RXhwcj4NCiAgICAgICAgICAgICAgICA8L3hxeDpmaXJzdE9wZXJhbmQ+DQogICAgICAgICAgICAg
ICAgPHhxeDpzZWNvbmRPcGVyYW5kPg0KICAgICAgICAgICAgICAgICAgPHhxeDpzdHJpbmdDb25z
dGFudEV4cHI+DQogICAgICAgICAgICAgICAgICAgIDx4cXg6dmFsdWU+QUNDPC94cXg6dmFsdWU+
DQogICAgICAgICAgICAgICAgICA8L3hxeDpzdHJpbmdDb25zdGFudEV4cHI+DQogICAgICAgICAg
ICAgICAgPC94cXg6c2Vjb25kT3BlcmFuZD4NCiAgICAgICAgICAgICAgPC94cXg6ZXF1YWxPcD4N
CiAgICAgICAgICAgIDwveHF4OndoZXJlQ2xhdXNlPg0KICAgICAgICAgICAgPHhxeDpvcmRlckJ5
Q2xhdXNlPg0KICAgICAgICAgICAgICA8eHF4Om9yZGVyQnlTcGVjPg0KICAgICAgICAgICAgICAg
IDx4cXg6b3JkZXJCeUV4cHI+DQogICAgICAgICAgICAgICAgICA8eHF4OnBhdGhFeHByPg0KICAg
ICAgICAgICAgICAgICAgICA8eHF4OmFyZ0V4cHI+DQogICAgICAgICAgICAgICAgICAgICAgPHhx
eDp2YXJSZWY+DQogICAgICAgICAgICAgICAgICAgICAgICA8eHF4Om5hbWU+cHJvZHVjdDwveHF4
Om5hbWU+DQogICAgICAgICAgICAgICAgICAgICAgPC94cXg6dmFyUmVmPg0KICAgICAgICAgICAg
ICAgICAgICA8L3hxeDphcmdFeHByPg0KICAgICAgICAgICAgICAgICAgICA8eHF4OnN0ZXBFeHBy
Pg0KICAgICAgICAgICAgICAgICAgICAgIDx4cXg6eHBhdGhBeGlzPmNoaWxkPC94cXg6eHBhdGhB
eGlzPg0KICAgICAgICAgICAgICAgICAgICAgIDx4cXg6bmFtZVRlc3Q+bmFtZTwveHF4Om5hbWVU
ZXN0Pg0KICAgICAgICAgICAgICAgICAgICA8L3hxeDpzdGVwRXhwcj4NCiAgICAgICAgICAgICAg
ICAgIDwveHF4OnBhdGhFeHByPg0KICAgICAgICAgICAgICAgIDwveHF4Om9yZGVyQnlFeHByPg0K
ICAgICAgICAgICAgICA8L3hxeDpvcmRlckJ5U3BlYz4NCiAgICAgICAgICAgIDwveHF4Om9yZGVy
QnlDbGF1c2U+DQogICAgICAgICAgICA8eHF4OnJldHVybkNsYXVzZT4NCiAgICAgICAgICAgICAg
PHhxeDpwYXRoRXhwcj4NCiAgICAgICAgICAgICAgICA8eHF4OmFyZ0V4cHI+DQogICAgICAgICAg
ICAgICAgICA8eHF4OnZhclJlZj4NCiAgICAgICAgICAgICAgICAgICAgPHhxeDpuYW1lPnByb2R1
Y3Q8L3hxeDpuYW1lPg0KICAgICAgICAgICAgICAgICAgPC94cXg6dmFyUmVmPg0KICAgICAgICAg
ICAgICAgIDwveHF4OmFyZ0V4cHI+DQogICAgICAgICAgICAgICAgPHhxeDpzdGVwRXhwcj4NCiAg
ICAgICAgICAgICAgICAgIDx4cXg6eHBhdGhBeGlzPmNoaWxkPC94cXg6eHBhdGhBeGlzPg0KICAg
ICAgICAgICAgICAgICAgPHhxeDpuYW1lVGVzdD5uYW1lPC94cXg6bmFtZVRlc3Q+DQogICAgICAg
ICAgICAgICAgPC94cXg6c3RlcEV4cHI+DQogICAgICAgICAgICAgIDwveHF4OnBhdGhFeHByPg0K
ICAgICAgICAgICAgPC94cXg6cmV0dXJuQ2xhdXNlPg0KICAgICAgICAgIDwveHF4OmZsd29yRXhw
cj4NCiAgICAgICAgPC94cXg6ZWxlbWVudENvbnRlbnQ+DQogICAgICA8L3hxeDplbGVtZW50Q29u
c3RydWN0b3I+DQogICAgPC94cXg6cXVlcnlCb2R5Pg0KICA8L3hxeDptYWluTW9kdWxlPg0KPC94
cXg6bW9kdWxlPg==
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>505</attachid>
            <date>2007-12-17 19:18:04 +0000</date>
            <delta_ts>2007-12-17 19:18:04 +0000</delta_ts>
            <desc>Translation of this query with latest applet</desc>
            <filename>translated5323.xqx</filename>
            <type>application/octet-stream</type>
            <size>4244</size>
            <attacher name="Andrew Eisenberg">andrew.eisenberg</attacher>
            
              <data encoding="base64">PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8eHF4Om1vZHVsZSB4bWxuczp4cXg9Imh0dHA6Ly93d3cu
dzMub3JnLzIwMDUvWFF1ZXJ5WCINCiAgICAgICAgICAgIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53
My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiDQogICAgICAgICAgICB4c2k6c2NoZW1hTG9j
YXRpb249Imh0dHA6Ly93d3cudzMub3JnLzIwMDUvWFF1ZXJ5WA0KICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICBodHRwOi8vd3d3LnczLm9yZy8yMDA1L1hRdWVyeVgveHF1ZXJ5eC54c2Qi
Pg0KICA8eHF4Om1haW5Nb2R1bGU+DQogICAgPHhxeDpxdWVyeUJvZHk+DQogICAgICA8eHF4OmVs
ZW1lbnRDb25zdHJ1Y3Rvcj4NCiAgICAgICAgPHhxeDp0YWdOYW1lPnVsPC94cXg6dGFnTmFtZT4N
CiAgICAgICAgPHhxeDplbGVtZW50Q29udGVudD4NCiAgICAgICAgICA8eHF4OmZsd29yRXhwcj4N
CiAgICAgICAgICAgIDx4cXg6Zm9yQ2xhdXNlPg0KICAgICAgICAgICAgICA8eHF4OmZvckNsYXVz
ZUl0ZW0+DQogICAgICAgICAgICAgICAgPHhxeDp0eXBlZFZhcmlhYmxlQmluZGluZz4NCiAgICAg
ICAgICAgICAgICAgIDx4cXg6dmFyTmFtZT5wcm9kdWN0PC94cXg6dmFyTmFtZT4NCiAgICAgICAg
ICAgICAgICA8L3hxeDp0eXBlZFZhcmlhYmxlQmluZGluZz4NCiAgICAgICAgICAgICAgICA8eHF4
OmZvckV4cHI+DQogICAgICAgICAgICAgICAgICA8eHF4OnBhdGhFeHByPg0KICAgICAgICAgICAg
ICAgICAgICA8eHF4OnN0ZXBFeHByPg0KICAgICAgICAgICAgICAgICAgICAgIDx4cXg6ZmlsdGVy
RXhwcj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDx4cXg6ZnVuY3Rpb25DYWxsRXhwcj4NCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgPHhxeDpmdW5jdGlvbk5hbWU+ZG9jPC94cXg6ZnVuY3Rp
b25OYW1lPg0KICAgICAgICAgICAgICAgICAgICAgICAgICA8eHF4OmFyZ3VtZW50cz4NCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICA8eHF4OnN0cmluZ0NvbnN0YW50RXhwcj4NCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgIDx4cXg6dmFsdWU+Y2F0YWxvZy54bWw8L3hxeDp2YWx1ZT4N
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3hxeDpzdHJpbmdDb25zdGFudEV4cHI+DQog
ICAgICAgICAgICAgICAgICAgICAgICAgIDwveHF4OmFyZ3VtZW50cz4NCiAgICAgICAgICAgICAg
ICAgICAgICAgIDwveHF4OmZ1bmN0aW9uQ2FsbEV4cHI+DQogICAgICAgICAgICAgICAgICAgICAg
PC94cXg6ZmlsdGVyRXhwcj4NCiAgICAgICAgICAgICAgICAgICAgPC94cXg6c3RlcEV4cHI+DQog
ICAgICAgICAgICAgICAgICAgIDx4cXg6c3RlcEV4cHI+DQogICAgICAgICAgICAgICAgICAgICAg
PHhxeDp4cGF0aEF4aXM+Y2hpbGQ8L3hxeDp4cGF0aEF4aXM+DQogICAgICAgICAgICAgICAgICAg
ICAgPHhxeDpuYW1lVGVzdD5jYXRhbG9nPC94cXg6bmFtZVRlc3Q+DQogICAgICAgICAgICAgICAg
ICAgIDwveHF4OnN0ZXBFeHByPg0KICAgICAgICAgICAgICAgICAgICA8eHF4OnN0ZXBFeHByPg0K
ICAgICAgICAgICAgICAgICAgICAgIDx4cXg6eHBhdGhBeGlzPmNoaWxkPC94cXg6eHBhdGhBeGlz
Pg0KICAgICAgICAgICAgICAgICAgICAgIDx4cXg6bmFtZVRlc3Q+cHJvZHVjdDwveHF4Om5hbWVU
ZXN0Pg0KICAgICAgICAgICAgICAgICAgICA8L3hxeDpzdGVwRXhwcj4NCiAgICAgICAgICAgICAg
ICAgIDwveHF4OnBhdGhFeHByPg0KICAgICAgICAgICAgICAgIDwveHF4OmZvckV4cHI+DQogICAg
ICAgICAgICAgIDwveHF4OmZvckNsYXVzZUl0ZW0+DQogICAgICAgICAgICA8L3hxeDpmb3JDbGF1
c2U+DQogICAgICAgICAgICA8eHF4OndoZXJlQ2xhdXNlPg0KICAgICAgICAgICAgICA8eHF4OmVx
dWFsT3A+DQogICAgICAgICAgICAgICAgPHhxeDpmaXJzdE9wZXJhbmQ+DQogICAgICAgICAgICAg
ICAgICA8eHF4OnBhdGhFeHByPg0KICAgICAgICAgICAgICAgICAgICA8eHF4OnN0ZXBFeHByPg0K
ICAgICAgICAgICAgICAgICAgICAgIDx4cXg6ZmlsdGVyRXhwcj4NCiAgICAgICAgICAgICAgICAg
ICAgICAgIDx4cXg6dmFyUmVmPg0KICAgICAgICAgICAgICAgICAgICAgICAgICA8eHF4Om5hbWU+
cHJvZHVjdDwveHF4Om5hbWU+DQogICAgICAgICAgICAgICAgICAgICAgICA8L3hxeDp2YXJSZWY+
DQogICAgICAgICAgICAgICAgICAgICAgPC94cXg6ZmlsdGVyRXhwcj4NCiAgICAgICAgICAgICAg
ICAgICAgPC94cXg6c3RlcEV4cHI+DQogICAgICAgICAgICAgICAgICAgIDx4cXg6c3RlcEV4cHI+
DQogICAgICAgICAgICAgICAgICAgICAgPHhxeDp4cGF0aEF4aXM+YXR0cmlidXRlPC94cXg6eHBh
dGhBeGlzPg0KICAgICAgICAgICAgICAgICAgICAgIDx4cXg6bmFtZVRlc3Q+ZGVwdDwveHF4Om5h
bWVUZXN0Pg0KICAgICAgICAgICAgICAgICAgICA8L3hxeDpzdGVwRXhwcj4NCiAgICAgICAgICAg
ICAgICAgIDwveHF4OnBhdGhFeHByPg0KICAgICAgICAgICAgICAgIDwveHF4OmZpcnN0T3BlcmFu
ZD4NCiAgICAgICAgICAgICAgICA8eHF4OnNlY29uZE9wZXJhbmQ+DQogICAgICAgICAgICAgICAg
ICA8eHF4OnN0cmluZ0NvbnN0YW50RXhwcj4NCiAgICAgICAgICAgICAgICAgICAgPHhxeDp2YWx1
ZT5BQ0M8L3hxeDp2YWx1ZT4NCiAgICAgICAgICAgICAgICAgIDwveHF4OnN0cmluZ0NvbnN0YW50
RXhwcj4NCiAgICAgICAgICAgICAgICA8L3hxeDpzZWNvbmRPcGVyYW5kPg0KICAgICAgICAgICAg
ICA8L3hxeDplcXVhbE9wPg0KICAgICAgICAgICAgPC94cXg6d2hlcmVDbGF1c2U+DQogICAgICAg
ICAgICA8eHF4Om9yZGVyQnlDbGF1c2U+DQogICAgICAgICAgICAgIDx4cXg6b3JkZXJCeVNwZWM+
DQogICAgICAgICAgICAgICAgPHhxeDpvcmRlckJ5RXhwcj4NCiAgICAgICAgICAgICAgICAgIDx4
cXg6cGF0aEV4cHI+DQogICAgICAgICAgICAgICAgICAgIDx4cXg6c3RlcEV4cHI+DQogICAgICAg
ICAgICAgICAgICAgICAgPHhxeDpmaWx0ZXJFeHByPg0KICAgICAgICAgICAgICAgICAgICAgICAg
PHhxeDp2YXJSZWY+DQogICAgICAgICAgICAgICAgICAgICAgICAgIDx4cXg6bmFtZT5wcm9kdWN0
PC94cXg6bmFtZT4NCiAgICAgICAgICAgICAgICAgICAgICAgIDwveHF4OnZhclJlZj4NCiAgICAg
ICAgICAgICAgICAgICAgICA8L3hxeDpmaWx0ZXJFeHByPg0KICAgICAgICAgICAgICAgICAgICA8
L3hxeDpzdGVwRXhwcj4NCiAgICAgICAgICAgICAgICAgICAgPHhxeDpzdGVwRXhwcj4NCiAgICAg
ICAgICAgICAgICAgICAgICA8eHF4OnhwYXRoQXhpcz5jaGlsZDwveHF4OnhwYXRoQXhpcz4NCiAg
ICAgICAgICAgICAgICAgICAgICA8eHF4Om5hbWVUZXN0Pm5hbWU8L3hxeDpuYW1lVGVzdD4NCiAg
ICAgICAgICAgICAgICAgICAgPC94cXg6c3RlcEV4cHI+DQogICAgICAgICAgICAgICAgICA8L3hx
eDpwYXRoRXhwcj4NCiAgICAgICAgICAgICAgICA8L3hxeDpvcmRlckJ5RXhwcj4NCiAgICAgICAg
ICAgICAgPC94cXg6b3JkZXJCeVNwZWM+DQogICAgICAgICAgICA8L3hxeDpvcmRlckJ5Q2xhdXNl
Pg0KICAgICAgICAgICAgPHhxeDpyZXR1cm5DbGF1c2U+DQogICAgICAgICAgICAgIDx4cXg6cGF0
aEV4cHI+DQogICAgICAgICAgICAgICAgPHhxeDpzdGVwRXhwcj4NCiAgICAgICAgICAgICAgICAg
IDx4cXg6ZmlsdGVyRXhwcj4NCiAgICAgICAgICAgICAgICAgICAgPHhxeDp2YXJSZWY+DQogICAg
ICAgICAgICAgICAgICAgICAgPHhxeDpuYW1lPnByb2R1Y3Q8L3hxeDpuYW1lPg0KICAgICAgICAg
ICAgICAgICAgICA8L3hxeDp2YXJSZWY+DQogICAgICAgICAgICAgICAgICA8L3hxeDpmaWx0ZXJF
eHByPg0KICAgICAgICAgICAgICAgIDwveHF4OnN0ZXBFeHByPg0KICAgICAgICAgICAgICAgIDx4
cXg6c3RlcEV4cHI+DQogICAgICAgICAgICAgICAgICA8eHF4OnhwYXRoQXhpcz5jaGlsZDwveHF4
OnhwYXRoQXhpcz4NCiAgICAgICAgICAgICAgICAgIDx4cXg6bmFtZVRlc3Q+bmFtZTwveHF4Om5h
bWVUZXN0Pg0KICAgICAgICAgICAgICAgIDwveHF4OnN0ZXBFeHByPg0KICAgICAgICAgICAgICA8
L3hxeDpwYXRoRXhwcj4NCiAgICAgICAgICAgIDwveHF4OnJldHVybkNsYXVzZT4NCiAgICAgICAg
ICA8L3hxeDpmbHdvckV4cHI+DQogICAgICAgIDwveHF4OmVsZW1lbnRDb250ZW50Pg0KICAgICAg
PC94cXg6ZWxlbWVudENvbnN0cnVjdG9yPg0KICAgIDwveHF4OnF1ZXJ5Qm9keT4NCiAgPC94cXg6
bWFpbk1vZHVsZT4NCjwveHF4Om1vZHVsZT4=
</data>

          </attachment>
      

    </bug>

</bugzilla>